This commit is contained in:
CHIEFSOFT\ameye
2025-07-16 19:31:59 -04:00
parent 671636f3bb
commit e8904ff28b
+3 -3
View File
@@ -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}}"