1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-10 21:52:20 +02:00

Add matrix_conduit_hostname

This commit is contained in:
Slavi Pantaleev
2024-01-11 09:17:13 +02:00
parent 4639eebf12
commit 9ae8ccac36
3 changed files with 8 additions and 5 deletions

View File

@@ -6,4 +6,5 @@
You need to define a required configuration setting (`{{ item.name }}`).
when: "item.when | bool and vars[item.name] == ''"
with_items:
- {'name': 'matrix_conduit_hostname', when: true}
- {'name': 'matrix_conduit_container_network', when: true}