test file
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user