fixed no_log toggle
This commit is contained in:
parent
355f127465
commit
3c96034b25
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
|||
owner: bridge_discor_user
|
||||
local: C
|
||||
template: template0
|
||||
no_log: {{ enable_no_log | default('true') }}
|
||||
no_log: "{{ enable_no_log | default('true') }}"
|
||||
|
||||
- name: Install dependencies
|
||||
apt:
|
||||
|
@ -67,7 +67,7 @@
|
|||
group: root
|
||||
mode: '0660'
|
||||
notify: Restart the discord bridge
|
||||
no_log: {{ enable_no_log | default('true') }}
|
||||
no_log: "{{ enable_no_log | default('true') }}"
|
||||
|
||||
- name: Generate discord-registration.yaml
|
||||
shell:
|
||||
|
@ -75,7 +75,7 @@
|
|||
chdir: /srv/matrix-appservice-discord
|
||||
creates: /srv/matrix-appservice-discord/discord-registration.yaml
|
||||
notify: Restart synapse
|
||||
no_log: {{ enable_no_log | default('true') }}
|
||||
no_log: "{{ enable_no_log | default('true') }}"
|
||||
|
||||
- name: Copy config for synapse
|
||||
file:
|
||||
|
|
Loading…
Reference in a new issue