mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-09 23:12:10 -03:30
replace deprecated unarchive.copy with unarchive.remote_src (#11207)
This commit is contained in:
parent
4e62e36f3a
commit
616e4b40db
@ -5,7 +5,7 @@
|
||||
dest: "{{ download.dest | dirname }}"
|
||||
owner: "{{ download.owner | default(omit) }}"
|
||||
mode: "{{ download.mode | default(omit) }}"
|
||||
copy: false
|
||||
remote_src: true
|
||||
extra_opts: "{{ download.unarchive_extra_opts | default(omit) }}"
|
||||
when:
|
||||
- download.unarchive | default(false)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user