From 6a870a07b2d5c37b1d83be3a6625101e8b4ef095 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sun, 20 Nov 2022 18:02:50 +0200 Subject: [PATCH] Fix ansible-lint-reported errors --- roles/custom/matrix-bot-postmoogle/defaults/main.yml | 2 +- .../matrix-synapse-reverse-proxy-companion/tasks/init.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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 -