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 }}"
become: true
tasks:
- name: "Creates directory {{ DESTINATION_FOLDER }}"
@@ -22,8 +22,8 @@
- name: Copy composers file locally up docker-compose file
delegate_to: localhost
environment:
RSYNC_PASSWORD: "{{ RSYNC_PASSWORD }}"
# environment:
# RSYNC_PASSWORD: "{{ RSYNC_PASSWORD }}"
synchronize:
src: "rsync://{{WHAT_PART_REMOTE}}/docker-compose.yml"
dest: "/home/semaphore/{{ANSIBLE_TRANSPORT_PATH}}"