From 08937963c4b9eb99f0fcc21795e03f7694a4364f Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Mon, 6 May 2024 14:25:17 +0200 Subject: [PATCH] [sundries] Update playbook roles zanata is no longer around we can get rid of it from sundries playbook. geoip is still used by Anaconda, so we need to check if it's still working on RHEL9. Signed-off-by: Michal Konecny --- playbooks/groups/sundries.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/playbooks/groups/sundries.yml b/playbooks/groups/sundries.yml index 46cc77f79e..dd0c79156d 100644 --- a/playbooks/groups/sundries.yml +++ b/playbooks/groups/sundries.yml @@ -30,10 +30,7 @@ - collectd/base - mod_wsgi - geoip - - { - role: geoip-city-wsgi/app, - when: ansible_distribution_major_version|int <= 7 and ansible_distribution == 'RedHat' - } + - geoip-city-wsgi/app - role: easyfix/gather when: master_sundries_node|bool - role: bz_review_report @@ -42,8 +39,6 @@ - freemedia - sudo - pager_server - - role: zanata - when: master_sundries_node|bool - role: fedora-web/build when: master_sundries_node|bool - role: fedora-web/translation