Fix matrix_dimension_homeserver_federationUrl for Dendrite

This commit is contained in:
Slavi Pantaleev
2021-12-23 18:13:44 +02:00
parent de49cc5271
commit 05b4572fab
3 changed files with 18 additions and 4 deletions

View File

@ -6,4 +6,5 @@
You need to define a required configuration setting (`{{ item }}`) for using this playbook.
when: "vars[item] == ''"
with_items:
- "matrix_homeserver_container_url"
- "matrix_homeserver_container_url"
- "matrix_homeserver_container_federation_url"