From 09ca810590421c142b18b1ff8702e09d8cacbd90 Mon Sep 17 00:00:00 2001 From: Matt Jia Date: Tue, 16 May 2017 14:25:51 +1000 Subject: [PATCH] waiverdb role: fix another typo --- roles/waiverdb/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/waiverdb/tasks/main.yml b/roles/waiverdb/tasks/main.yml index 40413c87c0..03c39d75b8 100644 --- a/roles/waiverdb/tasks/main.yml +++ b/roles/waiverdb/tasks/main.yml @@ -15,7 +15,7 @@ dnf: pkg={{ item }} state=present with_items: - waiverdb - - gunicorn + - python-gunicorn - python-psycopg2 notify: - restart waiverdb