瀏覽代碼

Update roles/matrix-bot-postmoogle/tasks/setup_install.yml

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/2043/head
Aine 4 年之前
committed by GitHub
父節點
當前提交
19f5588b0d
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-bot-postmoogle/tasks/setup_install.yml

+ 1
- 1
roles/matrix-bot-postmoogle/tasks/setup_install.yml 查看文件

@@ -34,7 +34,7 @@
with_items:
- {path: "{{ matrix_bot_postmoogle_config_path }}", when: true}
- {path: "{{ matrix_bot_postmoogle_data_path }}", when: true}
- {path: "{{ matrix_bot_postmoogle_docker_src_files_path }}", when: true}
- {path: "{{ matrix_bot_postmoogle_docker_src_files_path }}", when: matrix_bot_postmoogle_container_image_self_build}
when: "item.when | bool"

- name: Ensure postmoogle environment variables file created


Loading…
取消
儲存