ansible2.9: Specify force for get_url
The default changed and I assumed it was "false", but it's "true" in older ansible versions.
This commit is contained in:
@@ -636,6 +636,7 @@
|
||||
get_url:
|
||||
url: https://golang.org/dl/go{{ go_version }}.linux-amd64.tar.gz
|
||||
dest: "{{ go_download.path }}/go{{ go_version }}.linux-amd64.tar.gz"
|
||||
force: false
|
||||
|
||||
- name: unpack go
|
||||
unarchive:
|
||||
|
||||
Reference in New Issue
Block a user