Fix ansible-lint-reported errors

This commit is contained in:
Slavi Pantaleev 2022-11-20 18:02:50 +02:00
parent 377e703746
commit 6a870a07b2
2 changed files with 1 additions and 2 deletions

View File

@ -112,7 +112,7 @@ matrix_bot_postmoogle_noencryption: false
matrix_bot_postmoogle_domain: "{{ matrix_server_fqn_matrix }}"
matrix_bot_postmoogle_domains:
- "{{ matrix_bot_postmoogle_domain }}" # backward compatibility
- "{{ matrix_bot_postmoogle_domain }}" # backward compatibility
# Password (passphrase) to encrypt account data
matrix_bot_postmoogle_data_secret: ""

View File

@ -3,4 +3,3 @@
- ansible.builtin.set_fact:
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-synapse-reverse-proxy-companion.service'] }}"
when: matrix_synapse_reverse_proxy_companion_enabled | bool