shell: mkdir TEST{{ANSIBLE_TRANSPORT_PATH}}

This commit is contained in:
CHIEFSOFT\ameye
2025-07-18 03:31:51 -04:00
parent 17a764e901
commit e7b5d16597
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -23,8 +23,7 @@
- debug: var=playbook_path_output.stdout
- name: Local Dicrectory for Docker Compose File ON LOCAL
shell: mkdir parts/{{ANSIBLE_TRANSPORT_PATH}}
shell: mkdir TEST{{ANSIBLE_TRANSPORT_PATH}}
# # - name: Copy file from 10.10.10.13 to Local Directory
# # shell: scp ~/.ssh/id_rsa.pub {{WHAT_PART_REMOTE}}/docker-compose.yml /home/semaphore/{{ANSIBLE_TRANSPORT_PATH}}/docker-compose.yml
+1 -1
View File
@@ -23,7 +23,7 @@
- debug: var=playbook_path_output.stdout
- name: Local Dicrectory for Docker Compose File ON LOCAL
shell: mkdir parts/{{ANSIBLE_TRANSPORT_PATH}}
shell: mkdir TEST{{ANSIBLE_TRANSPORT_PATH}}
# # - name: Copy file from 10.10.10.13 to Local Directory