This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add missing when statement
pull/256/head
Slavi Pantaleev
6 years ago
parent
0edd7e8089
commit
2d4e19326d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
roles/matrix-riot-web/tasks/setup_riot_web.yml
+ 1
- 0
roles/matrix-riot-web/tasks/setup_riot_web.yml
View File
@@ -28,6 +28,7 @@
mode: 0644
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_username }}"
when: matrix_riot_web_enabled|bool
- name: Ensure Matrix riot-web config files installed
template:
Write
Preview
Loading…
Cancel
Save