diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-12-20 10:52:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-20 10:52:41 -0500 |
commit | 3e5f3380ccacc654450924fca830b93fda6c7592 (patch) | |
tree | a5e96bf5118f28307233bc665084048e2b29d33a | |
parent | 616ca82429b16a84feb9d205a34d03dff7517adb (diff) | |
parent | c10243f2148ceb6b3290c34b7f3f7481055d4ada (diff) | |
download | openshift-3e5f3380ccacc654450924fca830b93fda6c7592.tar.gz openshift-3e5f3380ccacc654450924fca830b93fda6c7592.tar.bz2 openshift-3e5f3380ccacc654450924fca830b93fda6c7592.tar.xz openshift-3e5f3380ccacc654450924fca830b93fda6c7592.zip |
Merge pull request #2985 from sdodson/remove-excluder
[uninstall] Remove excluder packages
-rw-r--r-- | playbooks/adhoc/uninstall.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml index bdd92a47d..b9966e715 100644 --- a/playbooks/adhoc/uninstall.yml +++ b/playbooks/adhoc/uninstall.yml @@ -92,6 +92,8 @@ - atomic-enterprise-sdn-ovs - atomic-openshift - atomic-openshift-clients + - atomic-openshift-excluder + - atomic-openshift-docker-excluder - atomic-openshift-node - atomic-openshift-sdn-ovs - cockpit-bridge @@ -105,6 +107,8 @@ - openshift-sdn-ovs - openvswitch - origin + - origin-excluder + - origin-docker-excluder - origin-clients - origin-node - origin-sdn-ovs @@ -254,6 +258,8 @@ - atomic-enterprise-master - atomic-openshift - atomic-openshift-clients + - atomic-openshift-excluder + - atomic-openshift-docker-excluder - atomic-openshift-master - cockpit-bridge - cockpit-docker @@ -265,6 +271,8 @@ - openshift-master - origin - origin-clients + - origin-excluder + - origin-docker-excluder - origin-master - pacemaker - pcs |