mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-06 02:11:42 -05:00
Add missing when statement
This commit is contained in:
parent
0edd7e8089
commit
2d4e19326d
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: "{{ matrix_user_username }}"
|
owner: "{{ matrix_user_username }}"
|
||||||
group: "{{ matrix_user_username }}"
|
group: "{{ matrix_user_username }}"
|
||||||
|
when: matrix_riot_web_enabled|bool
|
||||||
|
|
||||||
- name: Ensure Matrix riot-web config files installed
|
- name: Ensure Matrix riot-web config files installed
|
||||||
template:
|
template:
|
||||||
|
|
Loading…
Add table
Reference in a new issue