Change the owner of `/etc/crictl.yaml` to `root` (#7254)

This commit is contained in:
Geonju Kim 2021-02-06 02:28:53 +09:00 committed by GitHub
parent 670c37b428
commit 1a91792e7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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