file path
This commit is contained in:
+2
-1
@@ -11,7 +11,8 @@
|
|||||||
|
|
||||||
- name: Local Dicrectory for Docker Compose File
|
- name: Local Dicrectory for Docker Compose File
|
||||||
ansible.builtin.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
|
state: directory
|
||||||
register: local_dir
|
register: local_dir
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|||||||
+2
-2
@@ -8,10 +8,10 @@
|
|||||||
state: directory
|
state: directory
|
||||||
mode: 0775
|
mode: 0775
|
||||||
recurse: yes
|
recurse: yes
|
||||||
|
|
||||||
- name: Local Dicrectory for Docker Compose File
|
- name: Local Dicrectory for Docker Compose File
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /home/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}
|
path: /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}
|
||||||
state: directory
|
state: directory
|
||||||
register: local_dir
|
register: local_dir
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|||||||
Reference in New Issue
Block a user