Put all homeservers in the matrix-homeserver container network

This commit is contained in:
Slavi Pantaleev
2024-01-05 16:46:30 +02:00
parent 1be90cf87d
commit 9488e3857a
7 changed files with 41 additions and 31 deletions

View File

@ -0,0 +1,9 @@
---
- name: Fail if required Conduit settings not defined
ansible.builtin.fail:
msg: >-
You need to define a required configuration setting (`{{ item.name }}`).
when: "item.when | bool and vars[item.name] == ''"
with_items:
- {'name': 'matrix_conduit_container_network', when: true}