瀏覽代碼

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:


Loading…
取消
儲存