$composer_template_path_local
This commit is contained in:
@@ -4,9 +4,8 @@
|
||||
tasks:
|
||||
- name: Set up docker-compose file
|
||||
template:
|
||||
src: "WHAT_PART_FOLDER/docker-compose.yml"
|
||||
src: "WHAT_PART_FOLDER_LOCAL/docker-compose.yml"
|
||||
dest: "DESTINATION_FOLDER"
|
||||
delegate_to: localhost
|
||||
|
||||
- name: docker compose up
|
||||
shell:
|
||||
|
||||
Reference in New Issue
Block a user