瀏覽代碼

Fix linter

pull/1894/head
Julian-Samuel Gebühr 3 年之前
父節點
當前提交
4ab516fca8
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      roles/matrix-bot-maubot/tasks/setup_install.yml

+ 3
- 3
roles/matrix-bot-maubot/tasks/setup_install.yml 查看文件

@@ -10,9 +10,9 @@
with_items:
- {path: "{{ matrix_bot_maubot_base_path }}", when: true}
- {path: "{{ matrix_bot_maubot_data_path }}", when: true}
- {path: "{{ matrix_bot_maubot_data_path }}/plugins", when: true }
- {path: "{{ matrix_bot_maubot_data_path }}/dbs", when: true }
- {path: "{{ matrix_bot_maubot_data_path }}/trash", when: true }
- {path: "{{ matrix_bot_maubot_data_path }}/plugins", when: true}
- {path: "{{ matrix_bot_maubot_data_path }}/dbs", when: true}
- {path: "{{ matrix_bot_maubot_data_path }}/trash", when: true}
- {path: "{{ matrix_bot_maubot_docker_src_files_path }}", when: "{{ matrix_bot_maubot_container_image_self_build }}"}
when: "item.when|bool"



Loading…
取消
儲存