fix wrong variable name

This commit is contained in:
Horvath Gergely 2020-03-14 19:14:39 +01:00
parent 3c8535c3bc
commit a164fe485e

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: