From fa73cd4d47c56c0fc9cf2886064bb6d982b90a6a Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 16 Jan 2020 17:31:01 +0000 Subject: [PATCH] resultsdb: F31+ needs logrotate explicitly installed --- roles/taskotron/resultsdb-backend/tasks/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/taskotron/resultsdb-backend/tasks/main.yml b/roles/taskotron/resultsdb-backend/tasks/main.yml index 0e9c3a7f36..d8ff05d116 100644 --- a/roles/taskotron/resultsdb-backend/tasks/main.yml +++ b/roles/taskotron/resultsdb-backend/tasks/main.yml @@ -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)