$composer_template_path_local

This commit is contained in:
CHIEFSOFT\ameye
2025-01-19 21:04:02 -05:00
parent 129c2f48b0
commit e8d65e1d7f
2 changed files with 5 additions and 3 deletions
+1 -2
View File
@@ -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: