From 0b8467d8903cd738b29ea3fec42b55c0f2bbc648 Mon Sep 17 00:00:00 2001 From: Virgile Retault Date: Thu, 21 Jul 2022 19:08:51 +0200 Subject: [PATCH] added toggle to no_log --- tasks/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index 3e44cd7..ba58b6d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -12,7 +12,7 @@ owner: bridge_signal_user local: C template: template0 - no_log: true + no_log: {{ enable_no_log | default('true') }} - name: Install the pgp key for the signald repo. copy: @@ -94,7 +94,7 @@ group: nogroup mode: '0600' notify: Restart the signal bridge - no_log: true + no_log: {{ enable_no_log | default('true') }} - name: Generate signal-registration.yaml become: yes @@ -104,7 +104,7 @@ chdir: /opt/mautrix-signal creates: /opt/mautrix-signal/registration.yaml notify: Restart synapse - no_log: true + no_log: {{ enable_no_log | default('true') }} - name: Ensure the registration directory exists file: