Change the owner of /etc/crictl.yaml
to root
(#7254)
(cherry picked from commit 1a91792e7c
)
This commit is contained in:
parent
3ad248b007
commit
5f06864582
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue