Use custom invocation instead of provided script

This commit is contained in:
Julian-Samuel Gebühr
2022-07-09 11:39:23 +02:00
parent 59806ec3ea
commit 07cfd3ba09
2 changed files with 5 additions and 1 deletions

View File

@ -10,6 +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_docker_src_files_path }}", when: "{{ matrix_bot_maubot_container_image_self_build }}"}
when: "item.when|bool"