added toggle to no_log
This commit is contained in:
parent
b27360700e
commit
0b8467d890
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
owner: bridge_signal_user
|
owner: bridge_signal_user
|
||||||
local: C
|
local: C
|
||||||
template: template0
|
template: template0
|
||||||
no_log: true
|
no_log: {{ enable_no_log | default('true') }}
|
||||||
|
|
||||||
- name: Install the pgp key for the signald repo.
|
- name: Install the pgp key for the signald repo.
|
||||||
copy:
|
copy:
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
group: nogroup
|
group: nogroup
|
||||||
mode: '0600'
|
mode: '0600'
|
||||||
notify: Restart the signal bridge
|
notify: Restart the signal bridge
|
||||||
no_log: true
|
no_log: {{ enable_no_log | default('true') }}
|
||||||
|
|
||||||
- name: Generate signal-registration.yaml
|
- name: Generate signal-registration.yaml
|
||||||
become: yes
|
become: yes
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
chdir: /opt/mautrix-signal
|
chdir: /opt/mautrix-signal
|
||||||
creates: /opt/mautrix-signal/registration.yaml
|
creates: /opt/mautrix-signal/registration.yaml
|
||||||
notify: Restart synapse
|
notify: Restart synapse
|
||||||
no_log: true
|
no_log: {{ enable_no_log | default('true') }}
|
||||||
|
|
||||||
- name: Ensure the registration directory exists
|
- name: Ensure the registration directory exists
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Reference in a new issue