diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-06-28 17:44:57 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-06-28 17:44:57 -0400 |
commit | 6fb5124fa888816731bf91280bd3cdd420490814 (patch) | |
tree | 6ffaa361ad6b3a7b1b0a8fa943ec40b0125ee994 | |
parent | 807d35904363c59c5c887b70cd1c075c3607c483 (diff) | |
download | openshift-6fb5124fa888816731bf91280bd3cdd420490814.tar.gz openshift-6fb5124fa888816731bf91280bd3cdd420490814.tar.bz2 openshift-6fb5124fa888816731bf91280bd3cdd420490814.tar.xz openshift-6fb5124fa888816731bf91280bd3cdd420490814.zip |
Set any_errors_fatal for initialize facts play.
-rw-r--r-- | playbooks/common/openshift-cluster/initialize_facts.yml | 1 |
1 files changed, 1 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: |