Browse Source

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

Because it's required of the shim scripts now
Scott Dodson 6 years ago
parent
commit
36ba8c1032
1 changed files with 6 additions and 0 deletions
  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