Skip to content
Snippets Groups Projects
Unverified Commit 8fef156e authored by NierYYDS's avatar NierYYDS Committed by GitHub
Browse files

fix: specify owner to kube_owner in task of copy cni plugins (#10407)

if not set owner to kube_owner in unarchive module, the owner of /opt/cni/bin will changed to root, which is inconsistent with the previous task.
parent 84975282
Branches
Tags
No related merge requests found
......@@ -12,4 +12,5 @@
src: "{{ downloads.cni.dest }}"
dest: "/opt/cni/bin"
mode: 0755
owner: "{{ kube_owner }}"
remote_src: yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment