From 7b8ff2795a0ae68a43174187c204f96ea7d1912c Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Thu, 17 Jul 2025 20:06:26 -0400 Subject: [PATCH] file path --- A000002.yml | 3 ++- A000004.yml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/A000002.yml b/A000002.yml index 779b1dd..4a40c2f 100644 --- a/A000002.yml +++ b/A000002.yml @@ -11,7 +11,8 @@ - name: Local Dicrectory for Docker Compose File ansible.builtin.file: - path: /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}} + # path: /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}} + path: parts/{{ANSIBLE_TRANSPORT_PATH}} state: directory register: local_dir delegate_to: localhost diff --git a/A000004.yml b/A000004.yml index 75f8f9a..7535ca7 100644 --- a/A000004.yml +++ b/A000004.yml @@ -8,10 +8,10 @@ state: directory mode: 0775 recurse: yes - + - name: Local Dicrectory for Docker Compose File ansible.builtin.file: - path: /home/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}} + path: /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}} state: directory register: local_dir delegate_to: localhost