From 0809c3d4dcc9e14c18b74e32b5d503f5d2a747de Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Wed, 22 Jul 2015 19:01:16 +0000 Subject: [PATCH] bodhi2: We don't need python-fedora-turbogears anymore --- roles/bodhi2/backend/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/bodhi2/backend/tasks/main.yml b/roles/bodhi2/backend/tasks/main.yml index fc5ae24ed1..c14cb5a3ed 100644 --- a/roles/bodhi2/backend/tasks/main.yml +++ b/roles/bodhi2/backend/tasks/main.yml @@ -14,7 +14,6 @@ - name: install needed packages yum: pkg={{ item }} state=present with_items: - - python-fedora-turbogears - mock - mash tags: