add no_log

This commit is contained in:
histausse 2021-08-06 05:54:20 +02:00
parent 619b4bafa9
commit 56801238e6
Signed by: histausse
GPG key ID: 67486F107F62E9E9
2 changed files with 5 additions and 0 deletions

View file

@ -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:

View file

@ -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