fix file
This commit is contained in:
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- hosts: "{{ WHAT_HOST_IN_USE }}"
|
- hosts: "{{ WHAT_HOST_IN_USE }}"
|
||||||
become: true
|
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: "Creates directory {{ DESTINATION_FOLDER }}"
|
- name: "Creates directory {{ DESTINATION_FOLDER }}"
|
||||||
@@ -22,8 +22,8 @@
|
|||||||
|
|
||||||
- name: Copy composers file locally up docker-compose file
|
- name: Copy composers file locally up docker-compose file
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
environment:
|
# environment:
|
||||||
RSYNC_PASSWORD: "{{ RSYNC_PASSWORD }}"
|
# RSYNC_PASSWORD: "{{ RSYNC_PASSWORD }}"
|
||||||
synchronize:
|
synchronize:
|
||||||
src: "rsync://{{WHAT_PART_REMOTE}}/docker-compose.yml"
|
src: "rsync://{{WHAT_PART_REMOTE}}/docker-compose.yml"
|
||||||
dest: "/home/semaphore/{{ANSIBLE_TRANSPORT_PATH}}"
|
dest: "/home/semaphore/{{ANSIBLE_TRANSPORT_PATH}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user