From 16a1d266f53fc83928b8fb2e316e199df748b547 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 17 Jul 2025 20:37:11 -0400 Subject: [PATCH] pwd --- A000002.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/A000002.yml b/A000002.yml index 318142e..69541a3 100644 --- a/A000002.yml +++ b/A000002.yml @@ -9,15 +9,18 @@ mode: 0775 recurse: yes - - name: Local Dicrectory for Docker Compose File - ansible.builtin.file: - # path: /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}} - path: parts/{{ANSIBLE_TRANSPORT_PATH}} - state: directory - register: local_dir - delegate_to: localhost + # - name: Local Dicrectory for Docker Compose File + # ansible.builtin.file: + # # path: /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}} + # path: parts/{{ANSIBLE_TRANSPORT_PATH}} + # state: directory + # register: local_dir + # delegate_to: localhost - - name: Retry Local Dicrectory for Docker Compose File + - name: Where is this + shell: pwd + + - name: Local Dicrectory for Docker Compose File shell: mkdir /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}