mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-29 06:17:56 +01:00
fix: all praise the allmighty yamllinter
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
owner: "{{ matrix_user_username }}"
|
||||
group: "{{ matrix_user_groupname }}"
|
||||
with_items:
|
||||
- { path: "{{ matrix_jitsi_base_path }}", when: true }
|
||||
- {path: "{{ matrix_jitsi_base_path }}", when: true}
|
||||
when: matrix_jitsi_enabled|bool and item.when
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user