Pārlūkot izejas kodu

add any_errors_fatal to openstack install playbook

Tzu-Mainn Chen 7 gadi atpakaļ
vecāks
revīzija
712cb5031c
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      playbooks/openstack/openshift-cluster/install.yml

+ 1 - 0
playbooks/openstack/openshift-cluster/install.yml

@@ -11,6 +11,7 @@
 - import_playbook: ../../prerequisites.yml
 
 - name: Prepare the Nodes in the cluster for installation
+  any_errors_fatal: true
   hosts: oo_all_hosts
   become: yes
   gather_facts: yes