Browse Source

Fix ansible-lint-reported errors

pull/2283/head
Slavi Pantaleev 3 years ago
parent
commit
6a870a07b2
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      roles/custom/matrix-bot-postmoogle/defaults/main.yml
  2. +0
    -1
      roles/custom/matrix-synapse-reverse-proxy-companion/tasks/init.yml

+ 1
- 1
roles/custom/matrix-bot-postmoogle/defaults/main.yml View File

@@ -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: ""


+ 0
- 1
roles/custom/matrix-synapse-reverse-proxy-companion/tasks/init.yml View File

@@ -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…
Cancel
Save