فهرست منبع

Set any_errors_fatal for initialize facts play.

Andrew Butcher 8 سال پیش
والد
کامیت
6fb5124fa8
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      playbooks/common/openshift-cluster/initialize_facts.yml

+ 1 - 0
playbooks/common/openshift-cluster/initialize_facts.yml

@@ -1,6 +1,7 @@
 ---
 - name: Initialize host facts
   hosts: oo_all_hosts
+  any_errors_fatal: true
   roles:
   - openshift_facts
   tasks: