test file

This commit is contained in:
CHIEFSOFT\ameye
2025-07-16 19:01:44 -04:00
parent 58f03d9763
commit 6f08e27b6b
2 changed files with 13 additions and 0 deletions
+6
View File
@@ -21,6 +21,12 @@
# dest: "/home/semaphore/{{ANSIBLE_TRANSPORT_PATH}}"
# tags: download,local
- name: Set up remote docker-compose file
template:
src: "{{WHAT_PART_REMOTE}}/docker-compose.yml"
dest: "{{DESTINATION_FOLDER}}"
remote_src: true
- name: Set up docker-compose file
template:
src: "/home/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}/docker-compose.yml"
+7
View File
@@ -22,6 +22,13 @@
# dest: "/home/semaphore/{{ANSIBLE_TRANSPORT_PATH}}"
# tags: download,local
- name: Set up remote docker-compose file
template:
src: "{{WHAT_PART_REMOTE}}/docker-compose.yml"
dest: "{{DESTINATION_FOLDER}}"
remote_src: true
- name: Set up docker-compose file
template:
src: "/home/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}/docker-compose.yml"