From 1a91792e7ce15610c9567a5a4f04ff0fdb4bc43b Mon Sep 17 00:00:00 2001
From: Geonju Kim <geonju42@gmail.com>
Date: Sat, 6 Feb 2021 02:28:53 +0900
Subject: [PATCH] Change the owner of `/etc/crictl.yaml` to `root` (#7254)

---
 roles/container-engine/crictl/tasks/crictl.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/container-engine/crictl/tasks/crictl.yml b/roles/container-engine/crictl/tasks/crictl.yml
index b98875e5d..134c054b2 100644
--- a/roles/container-engine/crictl/tasks/crictl.yml
+++ b/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
-- 
GitLab