mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-08 09:57:38 -02:30
Change the owner of /etc/crictl.yaml to root (#7254)
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
template:
|
template:
|
||||||
src: crictl.yaml.j2
|
src: crictl.yaml.j2
|
||||||
dest: /etc/crictl.yaml
|
dest: /etc/crictl.yaml
|
||||||
owner: bin
|
owner: root
|
||||||
mode: 0644
|
mode: 0644
|
||||||
|
|
||||||
- name: Copy crictl binary from download dir
|
- name: Copy crictl binary from download dir
|
||||||
|
|||||||
Reference in New Issue
Block a user