소스 검색

Create dckr-src file path only when neccessary

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/1894/head
Julian-Samuel Gebühr 3 년 전
committed by GitHub
부모
커밋
ba0caf395a
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/matrix-bot-maubot/tasks/setup_install.yml

+ 1
- 1
roles/matrix-bot-maubot/tasks/setup_install.yml 파일 보기

@@ -10,7 +10,7 @@
with_items:
- {path: "{{ matrix_bot_maubot_base_path }}", when: true}
- {path: "{{ matrix_bot_maubot_data_path }}", when: true}
- {path: "{{ matrix_bot_maubot_docker_src_files_path }}", when: true}
- {path: "{{ matrix_bot_maubot_docker_src_files_path }}", when: "{{ matrix_bot_maubot_container_image_self_build }}"}
when: "item.when|bool"

- name: Ensure maubot configuration file created


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