diff options
| author | Jiri Mencak <jmencak@redhat.com> | 2017-11-16 10:58:30 +0100 | 
|---|---|---|
| committer | Jiri Mencak <jmencak@redhat.com> | 2017-11-16 10:58:30 +0100 | 
| commit | aef8746d17aaeda595d2d481e2b5b05c1ddfabcd (patch) | |
| tree | c895a7ed2f1ab10fdc07088d6e30e6c9177fd3c6 /playbooks | |
| parent | c27a19e61a164969752445f436eadff990de5092 (diff) | |
| download | openshift-aef8746d17aaeda595d2d481e2b5b05c1ddfabcd.tar.gz openshift-aef8746d17aaeda595d2d481e2b5b05c1ddfabcd.tar.bz2 openshift-aef8746d17aaeda595d2d481e2b5b05c1ddfabcd.tar.xz openshift-aef8746d17aaeda595d2d481e2b5b05c1ddfabcd.zip | |
Uninstall tuned-profiles-atomic-openshift-node as defined in origin.spec
The origin.spec file defines two variants of tuned rpm packages:
tuned-profiles-atomic-openshift-node and tuned-profiles-origin-node.
Uninstall them both.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1509129
Diffstat (limited to 'playbooks')
| -rw-r--r-- | playbooks/adhoc/uninstall.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/playbooks/adhoc/uninstall.yml b/playbooks/adhoc/uninstall.yml index 5ed55a817..dfd120446 100644 --- a/playbooks/adhoc/uninstall.yml +++ b/playbooks/adhoc/uninstall.yml @@ -124,7 +124,7 @@          - origin-clients          - origin-node          - origin-sdn-ovs -        - tuned-profiles-openshift-node +        - tuned-profiles-atomic-openshift-node          - tuned-profiles-origin-node        - name: Remove flannel package | 
