Parcourir la source

Setup docker excluder if requested before container_runtime is installed

That would prevent possible container runtime upgrades during cluster
config

Signed-off-by: Vadim Rutkovsky <vrutkovs@redhat.com>
Vadim Rutkovsky il y a 7 ans
Parent
commit
51301a7b54
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      playbooks/container-runtime/private/config.yml

+ 6 - 0
playbooks/container-runtime/private/config.yml

@@ -12,6 +12,12 @@
     - role: container_runtime
   tasks:
     - import_role:
+        name: openshift_excluder
+        tasks_from: enable.yml
+      vars:
+        r_openshift_excluder_action: enable
+        r_openshift_excluder_enable_openshift_excluder: false
+    - import_role:
         name: container_runtime
         tasks_from: package_docker.yml
       when: