diff --git a/A000001.yml b/A000001.yml index beb9f63..ec9e493 100644 --- a/A000001.yml +++ b/A000001.yml @@ -23,7 +23,7 @@ - debug: var=playbook_path_output.stdout - name: Local Dicrectory for Docker Compose File ON LOCAL - shell: mkdir /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}} + shell: mkdir parts/{{ANSIBLE_TRANSPORT_PATH}} # # - name: Copy file from 10.10.10.13 to Local Directory diff --git a/A000002.yml b/A000002.yml index 8c87c74..08edb25 100644 --- a/A000002.yml +++ b/A000002.yml @@ -23,7 +23,7 @@ - debug: var=playbook_path_output.stdout - name: Local Dicrectory for Docker Compose File ON LOCAL - shell: mkdir /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}} + shell: mkdir parts/{{ANSIBLE_TRANSPORT_PATH}} # # - name: Copy file from 10.10.10.13 to Local Directory