pwd
This commit is contained in:
+11
-8
@@ -9,15 +9,18 @@
|
||||
mode: 0775
|
||||
recurse: yes
|
||||
|
||||
- name: Local Dicrectory for Docker Compose File
|
||||
ansible.builtin.file:
|
||||
# path: /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}
|
||||
path: parts/{{ANSIBLE_TRANSPORT_PATH}}
|
||||
state: directory
|
||||
register: local_dir
|
||||
delegate_to: localhost
|
||||
# - name: Local Dicrectory for Docker Compose File
|
||||
# ansible.builtin.file:
|
||||
# # path: /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}
|
||||
# path: parts/{{ANSIBLE_TRANSPORT_PATH}}
|
||||
# state: directory
|
||||
# register: local_dir
|
||||
# delegate_to: localhost
|
||||
|
||||
- name: Retry Local Dicrectory for Docker Compose File
|
||||
- name: Where is this
|
||||
shell: pwd
|
||||
|
||||
- name: Local Dicrectory for Docker Compose File
|
||||
shell: mkdir /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user