From e8904ff28bc8b69d245b86c011b12e8e1230f65b Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 16 Jul 2025 19:31:59 -0400 Subject: [PATCH] fix file --- A000003.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/A000003.yml b/A000003.yml index ec0490c..b5ebed5 100644 --- a/A000003.yml +++ b/A000003.yml @@ -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}}"