Change the owner of `/etc/crictl.yaml` to `root` (#7254)
This commit is contained in:
parent
670c37b428
commit
1a91792e7c
|
|
@ -8,7 +8,7 @@
|
|||
template:
|
||||
src: crictl.yaml.j2
|
||||
dest: /etc/crictl.yaml
|
||||
owner: bin
|
||||
owner: root
|
||||
mode: 0644
|
||||
|
||||
- name: Copy crictl binary from download dir
|
||||
|
|
|
|||
Loading…
Reference in New Issue