From 17aa60e3ccbd6d7b5b92d2aa932b7831173f6101 Mon Sep 17 00:00:00 2001 From: victorely Date: Fri, 4 Oct 2024 11:24:06 +0200 Subject: [PATCH] feat: .env for wordpress --- templates/wordpress.env.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/wordpress.env.j2 b/templates/wordpress.env.j2 index 289acf1..cc51a2b 100644 --- a/templates/wordpress.env.j2 +++ b/templates/wordpress.env.j2 @@ -1,5 +1,5 @@ # {{ ansible_managed }} {% for key, value in steamengine_project_configuration.items() -%} - {{ key }}={{ value ~ '\n'}} + {{ key }}="{{ value ~ '\n'}}" {%- endfor -%}