summaryrefslogtreecommitdiffstats
path: root/roles/etcd/tasks/main.yml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-10-31 10:26:08 -0400
committerScott Dodson <sdodson@redhat.com>2016-11-14 08:50:42 -0500
commit00d007565aff754cb282631f89de93c1c9cc0a46 (patch)
tree380dcdf0297bb19d444bccb6dea50332914dd467 /roles/etcd/tasks/main.yml
parent98e4d9600bb193c772c3f03ac3b810798734c168 (diff)
downloadopenshift-00d007565aff754cb282631f89de93c1c9cc0a46.tar.gz
openshift-00d007565aff754cb282631f89de93c1c9cc0a46.tar.bz2
openshift-00d007565aff754cb282631f89de93c1c9cc0a46.tar.xz
openshift-00d007565aff754cb282631f89de93c1c9cc0a46.zip
Drop /etc/profile.d/etcdctl.sh
Includes bash functions for etcdctl2 and etcdctl3 which provide reasonable defaults for etcdctl functions on a host that's configured with openshift_etcd.
Diffstat (limited to 'roles/etcd/tasks/main.yml')
-rw-r--r--roles/etcd/tasks/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/etcd/tasks/main.yml b/roles/etcd/tasks/main.yml
index 2bc6a8678..790eb3c5a 100644
--- a/roles/etcd/tasks/main.yml
+++ b/roles/etcd/tasks/main.yml
@@ -74,5 +74,8 @@
enabled: yes
register: start_result
+- include: etcdctl.yml
+ when: openshift_etcd_etcdctl_profile | default(true) | bool
+
- set_fact:
etcd_service_status_changed: "{{ start_result | changed }}"