浏览代码

Add missing when statement

pull/256/head
Slavi Pantaleev 7 年前
父节点
当前提交
2d4e19326d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      roles/matrix-riot-web/tasks/setup_riot_web.yml

+ 1
- 0
roles/matrix-riot-web/tasks/setup_riot_web.yml 查看文件

@@ -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:


正在加载...
取消
保存