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