Procházet zdrojové kódy

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

Because it's required of the shim scripts now
Scott Dodson před 6 roky
rodič
revize
36ba8c1032

+ 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