From 7ce75e5e3975735cf143be0cd6fc2801dd865353 Mon Sep 17 00:00:00 2001 From: Aine Date: Mon, 29 Aug 2022 17:53:51 +0300 Subject: [PATCH] postmoogle: update jija2 defaults --- roles/matrix-bot-postmoogle/templates/env.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/matrix-bot-postmoogle/templates/env.j2 b/roles/matrix-bot-postmoogle/templates/env.j2 index 7e0f7112d..e85069411 100644 --- a/roles/matrix-bot-postmoogle/templates/env.j2 +++ b/roles/matrix-bot-postmoogle/templates/env.j2 @@ -12,7 +12,7 @@ POSTMOOGLE_LOGLEVEL={{ matrix_bot_postmoogle_loglevel }} POSTMOOGLE_NOENCRYPTION={{ matrix_bot_postmoogle_noencryption }} POSTMOOGLE_NOOWNER={{ matrix_bot_postmoogle_noowner }} POSTMOOGLE_FEDERATION={{ matrix_bot_postmoogle_federation }} -POSTMOOGLE_USERS={{ matrix_bot_postmoogle_users | default('') | join(' ') }} -POSTMOOGLE_ADMINS={{ matrix_bot_postmoogle_users | default('') | join(' ') }} +POSTMOOGLE_USERS={{ matrix_bot_postmoogle_users | default([]) | join(' ') }} +POSTMOOGLE_ADMINS={{ matrix_bot_postmoogle_users | default([]) | join(' ') }} {{ matrix_bot_postmoogle_environment_variables_extension }}