summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc/uninstall.yml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2016-10-31 10:23:10 -0400
committerScott Dodson <sdodson@redhat.com>2016-11-12 14:39:20 -0500
commit75354f645ffca8c30c4bc8ac57112c8df65398dd (patch)
treef301758f7b1e3240f56a3cc88f5b1f9e3bafd8d3 /playbooks/adhoc/uninstall.yml
parentb29e9340544cbfb127e0a7f6be88f8b4f2818b4d (diff)
downloadopenshift-75354f645ffca8c30c4bc8ac57112c8df65398dd.tar.gz
openshift-75354f645ffca8c30c4bc8ac57112c8df65398dd.tar.bz2
openshift-75354f645ffca8c30c4bc8ac57112c8df65398dd.tar.xz
openshift-75354f645ffca8c30c4bc8ac57112c8df65398dd.zip
Uninstall etcd3 package
Diffstat (limited to 'playbooks/adhoc/uninstall.yml')
-rw-r--r--playbooks/adhoc/uninstall.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml
index 789f66b14..43a4ef169 100644
--- a/playbooks/adhoc/uninstall.yml
+++ b/playbooks/adhoc/uninstall.yml
@@ -338,6 +338,7 @@
failed_when: False
with_items:
- etcd
+ - etcd3
- firewalld
- name: Stop additional atomic services
@@ -352,6 +353,7 @@
when: not is_atomic | bool
with_items:
- etcd
+ - etcd3
- shell: systemctl reset-failed
changed_when: False