Преглед на файлове

Don't block on node start when bootstrapping

We'll be able to approve in the background and wait for the node to
start, reduces time to completion.
Clayton Coleman преди 7 години
родител
ревизия
279ed3c38b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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"
     name: "{{ openshift_service_type }}-node"
     state: restarted
     state: restarted
     enabled: yes
     enabled: yes
+    no_block: yes
   register: node_start
   register: node_start
-  ignore_errors: yes
 
 
 - when: node_start is failed
 - when: node_start is failed
   block:
   block: