Browse Source

cri-o: Restart cri-o after openshift sdn installation

Steve Milner 7 years ago
parent
commit
39cf5084f1
1 changed files with 7 additions and 0 deletions
  1. 7 0
      roles/openshift_node/tasks/main.yml

+ 7 - 0
roles/openshift_node/tasks/main.yml

@@ -66,6 +66,13 @@
     - openshift.common.use_openshift_sdn | default(true) | bool
     - not openshift.common.is_containerized | bool
 
+- name: Restart cri-o
+  systemd:
+    name: cri-o
+    enabled: yes
+    state: restarted
+  when: openshift_docker_use_crio | default(false)
+
 - name: Install conntrack-tools package
   package:
     name: "conntrack-tools"