diff --git a/A000003.yml b/A000003.yml index b5ebed5..f50d89d 100644 --- a/A000003.yml +++ b/A000003.yml @@ -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