diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-10-31 10:26:08 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2016-11-14 08:50:42 -0500 |
commit | 00d007565aff754cb282631f89de93c1c9cc0a46 (patch) | |
tree | 380dcdf0297bb19d444bccb6dea50332914dd467 /playbooks | |
parent | 98e4d9600bb193c772c3f03ac3b810798734c168 (diff) | |
download | openshift-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 'playbooks')
-rw-r--r-- | playbooks/adhoc/uninstall.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml index 43a4ef169..4ea639cbe 100644 --- a/playbooks/adhoc/uninstall.yml +++ b/playbooks/adhoc/uninstall.yml @@ -367,6 +367,7 @@ - /etc/ansible/facts.d/openshift.fact - /etc/etcd - /etc/systemd/system/etcd_container.service + - /etc/profile.d/etcdctl.sh # Intenationally using rm command over file module because if someone had mounted a filesystem # at /var/lib/etcd then the contents was not removed correctly |