diff --git a/roles/custom/matrix-bot-postmoogle/defaults/main.yml b/roles/custom/matrix-bot-postmoogle/defaults/main.yml index 9e30d7ab..88a712d5 100644 --- a/roles/custom/matrix-bot-postmoogle/defaults/main.yml +++ b/roles/custom/matrix-bot-postmoogle/defaults/main.yml @@ -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: "" diff --git a/roles/custom/matrix-synapse-reverse-proxy-companion/tasks/init.yml b/roles/custom/matrix-synapse-reverse-proxy-companion/tasks/init.yml index 879b0241..b10eca53 100644 --- a/roles/custom/matrix-synapse-reverse-proxy-companion/tasks/init.yml +++ b/roles/custom/matrix-synapse-reverse-proxy-companion/tasks/init.yml @@ -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 -