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:
2022-07-01 20:03:36 +02:00
parent a557b35187
commit 7f352e0910
2 changed files with 5 additions and 0 deletions

View File

@@ -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: