소스 검색

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
 - name: Set etcd facts needed for generating certs
   hosts: oo_etcd_to_config
   hosts: oo_etcd_to_config
+  any_errors_fatal: true
   roles:
   roles:
   - openshift_facts
   - openshift_facts
   tasks:
   tasks: