Packageize this, packageize that, packageize the world

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-10-08 22:25:52 +00:00
parent e680b96895
commit adcbf72f03
163 changed files with 220 additions and 220 deletions

View file

@ -2,7 +2,7 @@
# Configuration for the mirrormanager backend
- name: install needed packages
yum: pkg={{ item }} state=present update_cache=yes
package: pkg={{ item }} state=present update_cache=yes
with_items:
- mirrormanager2-backend
- mirrormanager2-statistics

View file

@ -2,7 +2,7 @@
# Configuration for MirrorManager's crawler
- name: install needed packages
yum: pkg={{ item }} state=present update_cache=yes
package: pkg={{ item }} state=present update_cache=yes
with_items:
- mirrormanager2-crawler
- python-psycopg2

View file

@ -2,7 +2,7 @@
# tasklist for setting up the mirrormanager web application
- name: install needed packages
yum: pkg={{ item }} state=present update_cache=yes
package: pkg={{ item }} state=present update_cache=yes
with_items:
- mirrormanager2
- python-psycopg2

View file

@ -13,7 +13,7 @@
- mirrorlist2
- name: install packages for mirrorlist
yum: pkg={{ item }} state=present enablerepo=epel-testing
package: pkg={{ item }} state=present enablerepo=epel-testing
with_items:
- mirrormanager2-mirrorlist
- python-IPy