From 355f127465676f299648b7f26808190730c1737c Mon Sep 17 00:00:00 2001 From: Virgile Retault Date: Thu, 21 Jul 2022 19:08:39 +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 19f4ea5..d33f55c 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -12,7 +12,7 @@ owner: bridge_discor_user local: C template: template0 - no_log: true + no_log: {{ enable_no_log | default('true') }} - name: Install dependencies apt: @@ -67,7 +67,7 @@ group: root mode: '0660' notify: Restart the discord bridge - no_log: true + no_log: {{ enable_no_log | default('true') }} - name: Generate discord-registration.yaml shell: @@ -75,7 +75,7 @@ chdir: /srv/matrix-appservice-discord creates: /srv/matrix-appservice-discord/discord-registration.yaml notify: Restart synapse - no_log: true + no_log: {{ enable_no_log | default('true') }} - name: Copy config for synapse file: