From 1d91cae257f40d3800098e22227f2fb03f03ff21 Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Mon, 15 May 2017 21:50:29 +0000 Subject: [PATCH] Revert "Ensure new python-fmn is gone" This reverts commit dc3150567fb874c9d66272ca6832cc499b9bd7da. Conflicts: roles/notifs/backend/tasks/main.yml roles/notifs/frontend/tasks/main.yml --- roles/notifs/backend/tasks/main.yml | 3 --- roles/notifs/frontend/tasks/main.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/roles/notifs/backend/tasks/main.yml b/roles/notifs/backend/tasks/main.yml index 27dd98d6b2..514b16a087 100644 --- a/roles/notifs/backend/tasks/main.yml +++ b/roles/notifs/backend/tasks/main.yml @@ -1,9 +1,6 @@ --- # Configuration for the notifications consumer -- name: remove new fmn - yum: pkg=python2-fmn state=absent - - name: install needed packages yum: pkg={{ item }} state=present with_items: diff --git a/roles/notifs/frontend/tasks/main.yml b/roles/notifs/frontend/tasks/main.yml index 996df61d44..87ff292e2d 100644 --- a/roles/notifs/frontend/tasks/main.yml +++ b/roles/notifs/frontend/tasks/main.yml @@ -1,9 +1,6 @@ --- # Configuration for the Fedora Notifications webapp -- name: remove new fmn - yum: pkg=python2-fmn state=absent - - name: install needed packages yum: pkg={{ item }} state=present with_items: