diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-06-28 16:47:00 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-06-28 16:47:00 -0400 |
commit | 807d35904363c59c5c887b70cd1c075c3607c483 (patch) | |
tree | a468578f4a5163f978362504fe243562c315d5d7 /playbooks/common/openshift-etcd/config.yml | |
parent | 56dd40b7896a9e940951f9a16932a2b96bcf3b7e (diff) | |
download | openshift-807d35904363c59c5c887b70cd1c075c3607c483.tar.gz openshift-807d35904363c59c5c887b70cd1c075c3607c483.tar.bz2 openshift-807d35904363c59c5c887b70cd1c075c3607c483.tar.xz openshift-807d35904363c59c5c887b70cd1c075c3607c483.zip |
Set any_errors_fatal for etcd facts play.
Diffstat (limited to 'playbooks/common/openshift-etcd/config.yml')
-rw-r--r-- | playbooks/common/openshift-etcd/config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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: |