Ensure new python-fmn is gone
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
b6baefa344
commit
dc3150567f
2 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue