From 17a764e901dd3b6654581061847f357915f65956 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 18 Jul 2025 03:28:15 -0400 Subject: [PATCH] - name: Local Dicrectory for Docker Compose File ON LOCAL shell: mkdir parts/{{ANSIBLE_TRANSPORT_PATH}} --- A000001.yml | 2 +- A000002.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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