From 11fdb6b643abd8bc436cd55e4a005c57044e1e15 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 26 Nov 2018 14:09:34 -0800 Subject: [PATCH] oqa/fedmsg3: trim python2 package removals, still need fedmsg openQA fedmsg plugin still needs python2-fedmsg for now... Signed-off-by: Adam Williamson --- roles/autocloudreporter/tasks/main.yml | 3 +-- roles/check-compose/tasks/main.yml | 2 +- roles/openqa/dispatcher/tasks/main.yml | 3 +-- roles/relvalconsumer/tasks/main.yml | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/roles/autocloudreporter/tasks/main.yml b/roles/autocloudreporter/tasks/main.yml index 798caa8c66..9b78292d54 100644 --- a/roles/autocloudreporter/tasks/main.yml +++ b/roles/autocloudreporter/tasks/main.yml @@ -83,8 +83,7 @@ - name: Remove Python 2 packages dnf: - name: ['python2-fedfind', 'python2-fedmsg', 'python2-resultsdb_api', - 'python2-resultsdb_conventions-fedora'] + name: ['python2-fedfind', 'python2-resultsdb_api', 'python2-resultsdb_conventions-fedora'] state: absent when: "'python34-fedmsg' in group_names" tags: diff --git a/roles/check-compose/tasks/main.yml b/roles/check-compose/tasks/main.yml index e3621ffcd0..2a78263684 100644 --- a/roles/check-compose/tasks/main.yml +++ b/roles/check-compose/tasks/main.yml @@ -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: diff --git a/roles/openqa/dispatcher/tasks/main.yml b/roles/openqa/dispatcher/tasks/main.yml index a38acd3cd2..41e29ecb19 100644 --- a/roles/openqa/dispatcher/tasks/main.yml +++ b/roles/openqa/dispatcher/tasks/main.yml @@ -155,8 +155,7 @@ - name: Remove Python 2 packages dnf: - name: ['python2-fedfind', 'python2-wikitcms', 'python2-fedmsg', - 'python2-openqa_client', 'python2-resultsdb_api', + name: ['python2-fedfind', 'python2-wikitcms', 'python2-openqa_client', 'python2-resultsdb_api', 'python2-resultsdb_conventions-fedora'] state: absent when: "'python34-fedmsg' in group_names" diff --git a/roles/relvalconsumer/tasks/main.yml b/roles/relvalconsumer/tasks/main.yml index d0602ef8f0..9d142c550a 100644 --- a/roles/relvalconsumer/tasks/main.yml +++ b/roles/relvalconsumer/tasks/main.yml @@ -143,7 +143,7 @@ - name: Remove Python 2 packages dnf: - name: ['python2-fedfind', 'python2-wikitcms', 'python2-fedmsg', 'python2-mwclient'] + name: ['python2-fedfind', 'python2-wikitcms', 'python2-mwclient'] state: absent when: "'python34-fedmsg' in group_names" tags: