Ensure new python-fmn is gone

Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
Jeremy Cline 2017-05-15 21:11:39 +00:00
parent b6baefa344
commit dc3150567f
2 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,9 @@
---
# Configuration for the notifications consumer
- name: remove new fmn
yum: pkg=python-fmn state=absent
- name: install needed packages
yum: pkg={{ item }} state=present
with_items:

View file

@ -1,6 +1,9 @@
---
# Configuration for the Fedora Notifications webapp
- name: remove new fmn
yum: pkg=python-fmn state=absent
- name: install needed packages
yum: pkg={{ item }} state=present
with_items: