LOcal folder

This commit is contained in:
CHIEFSOFT\ameye
2025-07-16 19:37:38 -04:00
parent e8904ff28b
commit 44bfc07f5b
+5 -5
View File
@@ -11,11 +11,11 @@
recurse: yes
- name: "Creates local directory for composer {{ ANSIBLE_TRANSPORT_PATH }}"
ansible.builtin.file:
path: "/home/semaphore/parts/{{ ANSIBLE_TRANSPORT_PATH }}"
state: directory
mode: 0775
recurse: yes
delegate_to: localhost
path: "/home/semaphore/parts/{{ ANSIBLE_TRANSPORT_PATH }}"
state: directory
mode: 0775
recurse: yes
# - name: Copy file from machine1 to machine2
# shell: sshpass -p '{{ RSYNC_PASSWORD }}' scp {{WHAT_PART_REMOTE}}/docker-compose.yml /home/semaphore/{{ANSIBLE_TRANSPORT_PATH}}/docker-compose.yml