diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-10-31 10:23:10 -0400 |
---|---|---|
committer | Scott Dodson <sdodson@redhat.com> | 2016-11-12 14:39:20 -0500 |
commit | 75354f645ffca8c30c4bc8ac57112c8df65398dd (patch) | |
tree | f301758f7b1e3240f56a3cc88f5b1f9e3bafd8d3 | |
parent | b29e9340544cbfb127e0a7f6be88f8b4f2818b4d (diff) | |
download | openshift-75354f645ffca8c30c4bc8ac57112c8df65398dd.tar.gz openshift-75354f645ffca8c30c4bc8ac57112c8df65398dd.tar.bz2 openshift-75354f645ffca8c30c4bc8ac57112c8df65398dd.tar.xz openshift-75354f645ffca8c30c4bc8ac57112c8df65398dd.zip |
Uninstall etcd3 package
-rw-r--r-- | playbooks/adhoc/uninstall.yml | 2 |
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 |