Преглед на файлове

Merge pull request #2094 from abutcher/etcd-any-errors-fatal

Set any_errors_fatal for etcd facts play
Scott Dodson преди 8 години
родител
ревизия
ff52fb0029
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      playbooks/common/openshift-cluster/initialize_facts.yml
  2. 1 0
      playbooks/common/openshift-etcd/config.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:

+ 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: