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
fix wrong variable name
pull/386/head
Horvath Gergely
6 years ago
parent
3c8535c3bc
commit
a164fe485e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-riot-web/tasks/setup_riot_web.yml
+ 1
- 1
roles/matrix-riot-web/tasks/setup_riot_web.yml
View File
@@ -40,7 +40,7 @@
dockerfile: Dockerfile
path: "{{ matrix_riot_web_docker_src_files_path }}"
pull: yes
when: "matrix_riot_web_enabled|bool and matrix_self_build"
when: "matrix_riot_web_enabled|bool and matrix_
riot_web_
self_build"
- name: Ensure Matrix riot-web configuration installed
copy:
Write
Preview
Loading…
Cancel
Save