Skip to content
Snippets Groups Projects
Unverified Commit 5d822ad8 authored by Ricky Kwan's avatar Ricky Kwan Committed by GitHub
Browse files

Support overriding cni directory owner (#10929)

parent 4a259ee3
No related branches found
No related tags found
No related merge requests found
---
cni_bin_owner: "{{ kube_owner }}"
......@@ -4,7 +4,7 @@
path: /opt/cni/bin
state: directory
mode: 0755
owner: "{{ kube_owner }}"
owner: "{{ cni_bin_owner }}"
recurse: true
- name: CNI | Copy cni plugins
......@@ -12,5 +12,5 @@
src: "{{ downloads.cni.dest }}"
dest: "/opt/cni/bin"
mode: 0755
owner: "{{ kube_owner }}"
owner: "{{ cni_bin_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