Browse Source

uncomment unintended local changes

pull/1382/head
jwfang 7 years ago
parent
commit
3d87f23bf5
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/download/tasks/main.yml

2
roles/download/tasks/main.yml

@ -191,7 +191,7 @@
src: "{{ fname }}"
dest: "{{ fname }}"
mode: push
#delegate_to: localhost
delegate_to: localhost
become: false
register: get_task
until: get_task|succeeded

Loading…
Cancel
Save