瀏覽代碼

Add comment explaining why this step goes here

pull/1272/head
Aaron Raimist 4 年之前
父節點
當前提交
f7e614b644
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 37419210002890EF
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      roles/matrix-client-hydrogen/tasks/setup.yml

+ 2
- 0
roles/matrix-client-hydrogen/tasks/setup.yml 查看文件

@@ -53,6 +53,8 @@
- {src: "{{ role_path }}/templates/nginx.conf.j2", name: "nginx.conf"}
when: "matrix_client_hydrogen_enabled|bool and item.src is not none"

# This step MUST come after the steps to install the configuration files because the config files
# are currently only read at build time, not at run time like most other components in the playbook
- name: Ensure Hydrogen Docker image is built
docker_image:
name: "{{ matrix_client_hydrogen_docker_image }}"


Loading…
取消
儲存