diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-06-29 09:37:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-29 09:37:47 -0400 |
commit | ff52fb0029449a081eb932996c44ed83fe65ff0a (patch) | |
tree | 588200f71b8815a582ce9484398ebb03579a38da /playbooks/common | |
parent | 22fa78d473664cb599146cf56f3488a10b507f8f (diff) | |
parent | 6fb5124fa888816731bf91280bd3cdd420490814 (diff) | |
download | openshift-ff52fb0029449a081eb932996c44ed83fe65ff0a.tar.gz openshift-ff52fb0029449a081eb932996c44ed83fe65ff0a.tar.bz2 openshift-ff52fb0029449a081eb932996c44ed83fe65ff0a.tar.xz openshift-ff52fb0029449a081eb932996c44ed83fe65ff0a.zip |
Merge pull request #2094 from abutcher/etcd-any-errors-fatal
Set any_errors_fatal for etcd facts play
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-cluster/initialize_facts.yml | 1 | ||||
-rw-r--r-- | playbooks/common/openshift-etcd/config.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/initialize_facts.yml b/playbooks/common/openshift-cluster/initialize_facts.yml index cda490b1f..37f523246 100644 --- a/playbooks/common/openshift-cluster/initialize_facts.yml +++ b/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: diff --git a/playbooks/common/openshift-etcd/config.yml b/playbooks/common/openshift-etcd/config.yml index 6cb3a954f..a95de8cf3 100644 --- a/playbooks/common/openshift-etcd/config.yml +++ b/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: |