file path

This commit is contained in:
CHIEFSOFT\ameye
2025-07-17 20:06:26 -04:00
parent bb7104fa17
commit 7b8ff2795a
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -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
+2 -2
View File
@@ -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