add no_log

matrix
histausse 3 years ago
parent 619b4bafa9
commit 56801238e6
Signed by: histausse
GPG Key ID: 67486F107F62E9E9

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

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

Loading…
Cancel
Save