浏览代码

Install cri-tools even when crio isn't in use

Because it's required of the shim scripts now
Scott Dodson 7 年之前
父节点
当前提交
36ba8c1032
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      roles/openshift_control_plane/tasks/static_shim.yml

+ 6 - 0
roles/openshift_control_plane/tasks/static_shim.yml

@@ -9,3 +9,9 @@
   - scripts/docker/master-exec
   - scripts/docker/master-logs
   - scripts/docker/master-restart
+
+- name: Ensure cri-tools installed
+  package:
+    name: cri-tools
+    state: present
+  when: not openshift_is_atomic | bool