瀏覽代碼

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: