瀏覽代碼

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
沒有發現已知的金鑰在資料庫的簽署中 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


Loading…
取消
儲存