From 730fe76c0fc86bba36a67049b5e69c3f49c638a2 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Fri, 5 Jan 2024 12:01:11 +0100 Subject: [PATCH] solved db logic bug --- roles/docker-discourse/templates/app.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/docker-discourse/templates/app.yml.j2 b/roles/docker-discourse/templates/app.yml.j2 index a00ddeb3..cf29905c 100644 --- a/roles/docker-discourse/templates/app.yml.j2 +++ b/roles/docker-discourse/templates/app.yml.j2 @@ -8,7 +8,7 @@ ## visit http://www.yamllint.com/ to validate this file as needed templates: -{% if enable_central_database | bool %} +{% if not enable_central_database | bool %} - "templates/postgres.template.yml" {% endif %} - "templates/redis.template.yml"