Skip to content
Snippets Groups Projects
Unverified Commit 616e4b40 authored by Alexander's avatar Alexander Committed by GitHub
Browse files

replace deprecated unarchive.copy with unarchive.remote_src (#11207)

parent 4e62e36f
Branches
Tags
No related merge requests found
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
dest: "{{ download.dest | dirname }}" dest: "{{ download.dest | dirname }}"
owner: "{{ download.owner | default(omit) }}" owner: "{{ download.owner | default(omit) }}"
mode: "{{ download.mode | default(omit) }}" mode: "{{ download.mode | default(omit) }}"
copy: false remote_src: true
extra_opts: "{{ download.unarchive_extra_opts | default(omit) }}" extra_opts: "{{ download.unarchive_extra_opts | default(omit) }}"
when: when:
- download.unarchive | default(false) - download.unarchive | default(false)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment