Browse Source

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

pull/7264/head
Geonju Kim 4 years ago
committed by GitHub
parent
commit
1a91792e7c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/container-engine/crictl/tasks/crictl.yml

2
roles/container-engine/crictl/tasks/crictl.yml

@ -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…
Cancel
Save