From c99714335ba6419d9012abf51737508650edb837 Mon Sep 17 00:00:00 2001 From: Matt Jia Date: Tue, 16 May 2017 14:18:58 +1000 Subject: [PATCH] waiverdb role: fix a 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 6ba8ffae3d..40413c87c0 100644 --- a/roles/waiverdb/tasks/main.yml +++ b/roles/waiverdb/tasks/main.yml @@ -5,7 +5,7 @@ yum: pkg={{ item }} state=present with_items: - waiverdb - - gunicorn + - python-gunicorn - python-psycopg2 notify: - restart waiverdb