fixed no_log toggle

This commit is contained in:
Virgile Retault 2022-07-21 21:07:59 +02:00
parent 0b8467d890
commit cc98bfa0db

View file

@ -12,7 +12,7 @@
owner: bridge_signal_user
local: C
template: template0
no_log: {{ enable_no_log | default('true') }}
no_log: "{{ enable_no_log | default('true') }}"
- name: Install the pgp key for the signald repo.
copy:
@ -94,7 +94,7 @@
group: nogroup
mode: '0600'
notify: Restart the signal bridge
no_log: {{ enable_no_log | default('true') }}
no_log: "{{ enable_no_log | default('true') }}"
- name: Generate signal-registration.yaml
become: yes
@ -104,7 +104,7 @@
chdir: /opt/mautrix-signal
creates: /opt/mautrix-signal/registration.yaml
notify: Restart synapse
no_log: {{ enable_no_log | default('true') }}
no_log: "{{ enable_no_log | default('true') }}"
- name: Ensure the registration directory exists
file: