Revert "Ensure new python-fmn is gone"
This reverts commit dc3150567f
.
Conflicts:
roles/notifs/backend/tasks/main.yml
roles/notifs/frontend/tasks/main.yml
This commit is contained in:
parent
4233f7536b
commit
1d91cae257
2 changed files with 0 additions and 6 deletions
|
@ -1,9 +1,6 @@
|
||||||
---
|
---
|
||||||
# Configuration for the notifications consumer
|
# Configuration for the notifications consumer
|
||||||
|
|
||||||
- name: remove new fmn
|
|
||||||
yum: pkg=python2-fmn state=absent
|
|
||||||
|
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
yum: pkg={{ item }} state=present
|
yum: pkg={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
---
|
---
|
||||||
# Configuration for the Fedora Notifications webapp
|
# Configuration for the Fedora Notifications webapp
|
||||||
|
|
||||||
- name: remove new fmn
|
|
||||||
yum: pkg=python2-fmn state=absent
|
|
||||||
|
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
yum: pkg={{ item }} state=present
|
yum: pkg={{ item }} state=present
|
||||||
with_items:
|
with_items:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue