diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-11 10:48:32 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-11 10:48:32 -0500 |
commit | 962d6bbfeca2998a850cf976f9177080c0b9e594 (patch) | |
tree | 84d6eeaf16dfe8ce89d33adfdea58e9634d9407d /playbooks/common/openshift-etcd/config.yml | |
parent | aa57786422cbf164edc1d1a9041b73606d39bd4d (diff) | |
parent | 4c1b0dd4ab8f3a5d4fcfa4ba1501ed374793e77a (diff) | |
download | openshift-962d6bbfeca2998a850cf976f9177080c0b9e594.tar.gz openshift-962d6bbfeca2998a850cf976f9177080c0b9e594.tar.bz2 openshift-962d6bbfeca2998a850cf976f9177080c0b9e594.tar.xz openshift-962d6bbfeca2998a850cf976f9177080c0b9e594.zip |
Merge pull request #839 from detiber/refactorUpgrade
Refactor upgrade
Diffstat (limited to 'playbooks/common/openshift-etcd/config.yml')
-rw-r--r-- | playbooks/common/openshift-etcd/config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/common/openshift-etcd/config.yml b/playbooks/common/openshift-etcd/config.yml index 952960652..ed23ada88 100644 --- a/playbooks/common/openshift-etcd/config.yml +++ b/playbooks/common/openshift-etcd/config.yml @@ -13,6 +13,8 @@ hostname: "{{ openshift_hostname | default(None) }}" public_hostname: "{{ openshift_public_hostname | default(None) }}" deployment_type: "{{ openshift_deployment_type }}" + - role: etcd + local_facts: {} - name: Check status of etcd certificates stat: path: "{{ item }}" |