trying to get the path
This commit is contained in:
+3
-1
@@ -17,8 +17,10 @@
|
||||
# register: local_dir
|
||||
# delegate_to: localhost
|
||||
|
||||
- name: Where is this
|
||||
- name: Find out playbooks path
|
||||
shell: pwd
|
||||
register: playbook_path_output
|
||||
- debug: var=playbook_path_output.stdout
|
||||
|
||||
- name: Local Dicrectory for Docker Compose File
|
||||
shell: mkdir /home/chiefsoft/semaphore/parts/{{ANSIBLE_TRANSPORT_PATH}}
|
||||
|
||||
Reference in New Issue
Block a user