Packageize this, packageize that, packageize the world
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
e680b96895
commit
adcbf72f03
163 changed files with 220 additions and 220 deletions
|
@ -2,7 +2,7 @@
|
|||
# Configuration for the notifications consumer
|
||||
|
||||
- name: install needed packages
|
||||
yum: pkg={{ item }} state=present
|
||||
package: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- python-fmn
|
||||
- python-psycopg2
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Configuration for the Fedora Notifications webapp
|
||||
|
||||
- name: install needed packages
|
||||
yum: pkg={{ item }} state=present
|
||||
package: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- python-fmn
|
||||
- python-psycopg2
|
||||
|
@ -16,7 +16,7 @@
|
|||
- notifs/frontend
|
||||
|
||||
- name: Install epel-testing fmn on stage
|
||||
yum: pkg={{ item }} state=present enablerepo=epel-testing
|
||||
package: pkg={{ item }} state=present enablerepo=epel-testing
|
||||
with_items:
|
||||
- python-fmn
|
||||
when: env == "staging"
|
||||
|
@ -27,7 +27,7 @@
|
|||
- notifs/frontend
|
||||
|
||||
- name: install packages needed from epel testing
|
||||
yum: pkg={{ item }} state=present enablerepo=epel-testing
|
||||
package: pkg={{ item }} state=present enablerepo=epel-testing
|
||||
with_items:
|
||||
- python-flask-openid
|
||||
notify:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue