added toggle to no_log

master
Virgile Retault 2 years ago
parent 70675bec04
commit 4166832cb2

@ -12,7 +12,7 @@
owner: bridge_instagram_user owner: bridge_instagram_user
local: C local: C
template: template0 template: template0
no_log: true no_log: "{{ enable_no_log | default('true') }}"
- name: Install dependencies - name: Install dependencies
apt: apt:
@ -75,7 +75,7 @@
group: nogroup group: nogroup
mode: '0600' mode: '0600'
notify: Restart the instagram bridge notify: Restart the instagram bridge
no_log: true no_log: "{{ enable_no_log | default('true') }}"
- name: Generate instagram-registration.yaml - name: Generate instagram-registration.yaml
become: yes become: yes
@ -85,7 +85,7 @@
chdir: /opt/mautrix-instagram chdir: /opt/mautrix-instagram
creates: /opt/mautrix-instagram/registration.yaml creates: /opt/mautrix-instagram/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…
Cancel
Save