From 56801238e6953fbb6e5bee347741f69a73f21200 Mon Sep 17 00:00:00 2001 From: Jean-Marie Mineau Date: Fri, 6 Aug 2021 05:54:20 +0200 Subject: [PATCH] add no_log --- roles/matrix-bridge-discord/tasks/main.yml | 3 +++ roles/synapse/tasks/main.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/roles/matrix-bridge-discord/tasks/main.yml b/roles/matrix-bridge-discord/tasks/main.yml index ede80ad..7492295 100644 --- a/roles/matrix-bridge-discord/tasks/main.yml +++ b/roles/matrix-bridge-discord/tasks/main.yml @@ -12,6 +12,7 @@ owner: bridge_discor_user local: C template: template0 + no_log: true - name: Install dependencies apt: @@ -66,6 +67,7 @@ group: root mode: '0660' notify: Restart the discord bridge + no_log: true - name: Generate discord-registration.yaml shell: @@ -73,6 +75,7 @@ chdir: /srv/matrix-appservice-discord creates: /srv/matrix-appservice-discord/discord-registration.yaml notify: Restart synapse + no_log: true - name: Copy config for synapse file: diff --git a/roles/synapse/tasks/main.yml b/roles/synapse/tasks/main.yml index d33490b..c58dd32 100644 --- a/roles/synapse/tasks/main.yml +++ b/roles/synapse/tasks/main.yml @@ -12,6 +12,7 @@ owner: synapse_user local: C template: template0 + no_log: true - name: Install apt utils apt: @@ -59,6 +60,7 @@ src: homeserver.yaml dest: /etc/matrix-synapse/homeserver.yaml notify: Restart synapse + no_log: true # --- DRAFT --- - name: Install nginx