소스 검색

Add comment explaining why this step goes here

pull/1272/head
Aaron Raimist 4 년 전
부모
커밋
f7e614b644
No known key found for this signature in database GPG 키 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 }}"


불러오는 중...
취소
저장