meta: move inventory structure to be more usable

This commit is contained in:
2021-03-13 10:18:46 +01:00
committed by transcaffeine
parent ddd79425d2
commit 6bdf3c14ec
10 changed files with 652 additions and 549 deletions

View File

@ -241,7 +241,6 @@ matrix_mautrix_telegram_registration_yaml: |
# See https://github.com/mautrix/signal/issues/43
sender_localpart: _bot_{{ matrix_mautrix_telegram_appservice_bot_username }}
url: {{ matrix_mautrix_telegram_appservice_address }}
# sender_localpart: "bridges_{{ matrix_mautrix_telegram_sender_localpart }}"
rate_limited: false
de.sorunome.msc2409.push_ephemeral: true
receive_ephemeral: true

View File

@ -111,7 +111,8 @@
with_items:
- {src: "{{ role_path }}/files/background.jpg", name: "background.jpg"}
- {src: "{{ role_path }}/files/antifa_coffee_cups.png", name: "logo.png"}
when: "matrix_client_element_enabled|bool and item.src is not none"
when: false
#when: "matrix_client_element_enabled|bool and item.src is not none"
- name: Ensure Element Web nginx.conf file is removed
ansible.builtin.file: