From 44bfc07f5b1f4fd49590fdb6e65bb964350f1d3d Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 16 Jul 2025 19:37:38 -0400 Subject: [PATCH] LOcal folder --- A000003.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/A000003.yml b/A000003.yml index b5ebed5..f50d89d 100644 --- a/A000003.yml +++ b/A000003.yml @@ -11,11 +11,11 @@ recurse: yes - name: "Creates local directory for composer {{ ANSIBLE_TRANSPORT_PATH }}" - ansible.builtin.file: - path: "/home/semaphore/parts/{{ ANSIBLE_TRANSPORT_PATH }}" - state: directory - mode: 0775 - recurse: yes + delegate_to: localhost + path: "/home/semaphore/parts/{{ ANSIBLE_TRANSPORT_PATH }}" + state: directory + mode: 0775 + recurse: yes # - name: Copy file from machine1 to machine2 # shell: sshpass -p '{{ RSYNC_PASSWORD }}' scp {{WHAT_PART_REMOTE}}/docker-compose.yml /home/semaphore/{{ANSIBLE_TRANSPORT_PATH}}/docker-compose.yml