Sfoglia il codice sorgente

Set any_errors_fatal for etcd facts play.

Andrew Butcher 9 anni fa
parent
commit
807d359043
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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: