Parcourir la source

Set any_errors_fatal for etcd facts play.

Andrew Butcher il y a 9 ans
Parent
commit
807d359043
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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: