From 4166832cb237d08a6e697669be4df51f83d1e9e9 Mon Sep 17 00:00:00 2001 From: Virgile Retault Date: Thu, 21 Jul 2022 19:09:00 +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 14228a4..8fbeab0 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -12,7 +12,7 @@ owner: bridge_instagram_user local: C template: template0 - no_log: true + no_log: "{{ enable_no_log | default('true') }}" - name: Install dependencies apt: @@ -75,7 +75,7 @@ group: nogroup mode: '0600' notify: Restart the instagram bridge - no_log: true + no_log: "{{ enable_no_log | default('true') }}" - name: Generate instagram-registration.yaml become: yes @@ -85,7 +85,7 @@ chdir: /opt/mautrix-instagram creates: /opt/mautrix-instagram/registration.yaml notify: Restart synapse - no_log: true + no_log: "{{ enable_no_log | default('true') }}" - name: Ensure the registration directory exists file: