resultsdb: F31+ needs logrotate explicitly installed

This commit is contained in:
Tim Flink 2020-01-16 17:31:01 +00:00 committed by Pierre-Yves Chibon
parent cad98c012e
commit fa73cd4d47

View file

@ -19,6 +19,7 @@
- python3-mod_wsgi
- python3-psycopg2
- python3-libsemanage
- logrotate
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)