simplify matrix_auto_join_users

This commit is contained in:
uumas
2023-07-14 13:59:00 +03:00
parent a26da1869b
commit 1bfb412cf8
3 changed files with 4 additions and 14 deletions

View File

@@ -1,6 +1,3 @@
# {{ ansible_managed }}
auto_join_rooms:
{% for room_id in matrix_auto_join_rooms %}
- "{{ room_id }}"
{% endfor %}
auto_join_rooms: {{ matrix_auto_join_rooms }}