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

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
master
Aine 2 years ago committed by GitHub
parent e764ab165f
commit 19f5588b0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save