Move matrix-bridge-heisenbridge to its own container network

This commit is contained in:
Slavi Pantaleev
2024-01-07 14:53:22 +02:00
parent 493a9abafa
commit 39e45b0298
6 changed files with 74 additions and 32 deletions

View File

@ -0,0 +1,10 @@
---
- name: Fail if required heisenbridge 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_heisenbridge_container_network', when: true}
- {'name': 'matrix_heisenbridge_homeserver_url', when: true}