浏览代码

Set any_errors_fatal for etcd facts play.

Andrew Butcher 9 年之前
父节点
当前提交
807d359043
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      playbooks/common/openshift-etcd/config.yml

+ 1 - 0
playbooks/common/openshift-etcd/config.yml

@@ -1,6 +1,7 @@
 ---
 - name: Set etcd facts needed for generating certs
   hosts: oo_etcd_to_config
+  any_errors_fatal: true
   roles:
   - openshift_facts
   tasks: