add no_log
This commit is contained in:
parent
619b4bafa9
commit
56801238e6
2 changed files with 5 additions and 0 deletions
|
@ -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…
Reference in a new issue