oqa/fedmsg3: trim python2 package removals, still need fedmsg

openQA fedmsg plugin still needs python2-fedmsg for now...

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-11-26 14:09:34 -08:00
parent e0d97a4a6e
commit 11fdb6b643
4 changed files with 4 additions and 6 deletions

View file

@ -112,7 +112,7 @@
- name: Remove Python 2 packages
dnf:
name: ['python2-fedfind', 'python2-fedmsg', 'python2-openqa_client']
name: ['python2-fedfind', 'python2-openqa_client']
state: absent
when: "'python34-fedmsg' in group_names"
tags: