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:
parent
e0d97a4a6e
commit
11fdb6b643
4 changed files with 4 additions and 6 deletions
|
@ -83,8 +83,7 @@
|
||||||
|
|
||||||
- name: Remove Python 2 packages
|
- name: Remove Python 2 packages
|
||||||
dnf:
|
dnf:
|
||||||
name: ['python2-fedfind', 'python2-fedmsg', 'python2-resultsdb_api',
|
name: ['python2-fedfind', 'python2-resultsdb_api', 'python2-resultsdb_conventions-fedora']
|
||||||
'python2-resultsdb_conventions-fedora']
|
|
||||||
state: absent
|
state: absent
|
||||||
when: "'python34-fedmsg' in group_names"
|
when: "'python34-fedmsg' in group_names"
|
||||||
tags:
|
tags:
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
|
|
||||||
- name: Remove Python 2 packages
|
- name: Remove Python 2 packages
|
||||||
dnf:
|
dnf:
|
||||||
name: ['python2-fedfind', 'python2-fedmsg', 'python2-openqa_client']
|
name: ['python2-fedfind', 'python2-openqa_client']
|
||||||
state: absent
|
state: absent
|
||||||
when: "'python34-fedmsg' in group_names"
|
when: "'python34-fedmsg' in group_names"
|
||||||
tags:
|
tags:
|
||||||
|
|
|
@ -155,8 +155,7 @@
|
||||||
|
|
||||||
- name: Remove Python 2 packages
|
- name: Remove Python 2 packages
|
||||||
dnf:
|
dnf:
|
||||||
name: ['python2-fedfind', 'python2-wikitcms', 'python2-fedmsg',
|
name: ['python2-fedfind', 'python2-wikitcms', 'python2-openqa_client', 'python2-resultsdb_api',
|
||||||
'python2-openqa_client', 'python2-resultsdb_api',
|
|
||||||
'python2-resultsdb_conventions-fedora']
|
'python2-resultsdb_conventions-fedora']
|
||||||
state: absent
|
state: absent
|
||||||
when: "'python34-fedmsg' in group_names"
|
when: "'python34-fedmsg' in group_names"
|
||||||
|
|
|
@ -143,7 +143,7 @@
|
||||||
|
|
||||||
- name: Remove Python 2 packages
|
- name: Remove Python 2 packages
|
||||||
dnf:
|
dnf:
|
||||||
name: ['python2-fedfind', 'python2-wikitcms', 'python2-fedmsg', 'python2-mwclient']
|
name: ['python2-fedfind', 'python2-wikitcms', 'python2-mwclient']
|
||||||
state: absent
|
state: absent
|
||||||
when: "'python34-fedmsg' in group_names"
|
when: "'python34-fedmsg' in group_names"
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue