Do not change user when downloading locally.
This commit is contained in:
parent
e9936c3451
commit
c070cba810
|
@ -23,6 +23,7 @@
|
|||
notify: Reload nginx
|
||||
|
||||
- name: Download any remote snippet templates
|
||||
become: false
|
||||
get_url:
|
||||
url: '{{ item.url }}'
|
||||
dest: '/var/tmp/{{ item.name }}'
|
||||
|
|
Loading…
Reference in New Issue