From 0eba3e75d9b8eec7af92b73e5e4b023784eacff5 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Fri, 18 Jul 2025 04:17:44 -0400 Subject: [PATCH] /tmp/semaphore/repository_2_2/parts/ --- A000001.yml | 2 +- A000002.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/A000001.yml b/A000001.yml index adf4fd2..e398937 100644 --- a/A000001.yml +++ b/A000001.yml @@ -12,7 +12,7 @@ - name: Local Dicrectory for Docker Compose File ansible.builtin.file: # path: /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}} - path: WHERE_TEST{{ANSIBLE_TRANSPORT_PATH}} + path: /tmp/semaphore/repository_2_2/parts/{{ANSIBLE_TRANSPORT_PATH}} state: directory register: local_dir delegate_to: localhost diff --git a/A000002.yml b/A000002.yml index fa2083b..4b74ac8 100644 --- a/A000002.yml +++ b/A000002.yml @@ -12,7 +12,7 @@ - name: Local Dicrectory for Docker Compose File ansible.builtin.file: # path: /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}} - path: WHERE_TEST{{ANSIBLE_TRANSPORT_PATH}} + path: /tmp/semaphore/repository_2_2/parts/{{ANSIBLE_TRANSPORT_PATH}} state: directory register: local_dir delegate_to: localhost