mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-01-12 11:17:20 +01:00
Fix ansible-lint-reported errors
This commit is contained in:
parent
377e703746
commit
6a870a07b2
@ -112,7 +112,7 @@ matrix_bot_postmoogle_noencryption: false
|
|||||||
matrix_bot_postmoogle_domain: "{{ matrix_server_fqn_matrix }}"
|
matrix_bot_postmoogle_domain: "{{ matrix_server_fqn_matrix }}"
|
||||||
|
|
||||||
matrix_bot_postmoogle_domains:
|
matrix_bot_postmoogle_domains:
|
||||||
- "{{ matrix_bot_postmoogle_domain }}" # backward compatibility
|
- "{{ matrix_bot_postmoogle_domain }}" # backward compatibility
|
||||||
|
|
||||||
# Password (passphrase) to encrypt account data
|
# Password (passphrase) to encrypt account data
|
||||||
matrix_bot_postmoogle_data_secret: ""
|
matrix_bot_postmoogle_data_secret: ""
|
||||||
|
@ -3,4 +3,3 @@
|
|||||||
- ansible.builtin.set_fact:
|
- ansible.builtin.set_fact:
|
||||||
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-synapse-reverse-proxy-companion.service'] }}"
|
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-synapse-reverse-proxy-companion.service'] }}"
|
||||||
when: matrix_synapse_reverse_proxy_companion_enabled | bool
|
when: matrix_synapse_reverse_proxy_companion_enabled | bool
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user