mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 04:00:25 +08:00
resultsdb-backend: use python3-libsemanage for newer fedoras
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
e1661df05e
commit
b4d43cea42
@@ -18,7 +18,7 @@
|
||||
- resultsdb
|
||||
- python3-mod_wsgi
|
||||
- python3-psycopg2
|
||||
- python2-libsemanage
|
||||
- python3-libsemanage
|
||||
when: ansible_distribution_major_version|int >= 29 and ansible_distribution == 'Fedora' and ansible_cmdline.ostree is not defined
|
||||
|
||||
- name: ensure packages required for resultsdb are installed (dnf)
|
||||
|
||||
Reference in New Issue
Block a user