diff --git a/A000003.yml b/A000003.yml index ec0490c..b5ebed5 100644 --- a/A000003.yml +++ b/A000003.yml @@ -1,6 +1,6 @@ --- - hosts: "{{ WHAT_HOST_IN_USE }}" - become: true + tasks: - name: "Creates directory {{ DESTINATION_FOLDER }}" @@ -22,8 +22,8 @@ - name: Copy composers file locally up docker-compose file delegate_to: localhost - environment: - RSYNC_PASSWORD: "{{ RSYNC_PASSWORD }}" + # environment: + # RSYNC_PASSWORD: "{{ RSYNC_PASSWORD }}" synchronize: src: "rsync://{{WHAT_PART_REMOTE}}/docker-compose.yml" dest: "/home/semaphore/{{ANSIBLE_TRANSPORT_PATH}}"