Explorar o código

Merge pull request #7908 from smarterclayton/dont_block

Don't block on node start when bootstrapping
Vadim Rutkovsky %!s(int64=7) %!d(string=hai) anos
pai
achega
7560cde0e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/openshift_node/tasks/distribute_bootstrap.yml

+ 1 - 1
roles/openshift_node/tasks/distribute_bootstrap.yml

@@ -28,8 +28,8 @@
     name: "{{ openshift_service_type }}-node"
     state: restarted
     enabled: yes
+    no_block: yes
   register: node_start
-  ignore_errors: yes
 
 - when: node_start is failed
   block: