yum accepted pkg=, package calls it name=
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
73f695ab72
commit
936e8b261a
126 changed files with 164 additions and 164 deletions
|
@ -2,7 +2,7 @@
|
|||
# Configuration for the mirrormanager backend
|
||||
|
||||
- name: install needed packages
|
||||
package: pkg={{ item }} state=present update_cache=yes
|
||||
package: name={{ item }} state=present update_cache=yes
|
||||
with_items:
|
||||
- mirrormanager2-backend
|
||||
- mirrormanager2-statistics
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Configuration for MirrorManager's crawler
|
||||
|
||||
- name: install needed packages
|
||||
package: pkg={{ item }} state=present update_cache=yes
|
||||
package: name={{ item }} state=present update_cache=yes
|
||||
with_items:
|
||||
- mirrormanager2-crawler
|
||||
- python-psycopg2
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# tasklist for setting up the mirrormanager web application
|
||||
|
||||
- name: install needed packages
|
||||
package: pkg={{ item }} state=present update_cache=yes
|
||||
package: name={{ item }} state=present update_cache=yes
|
||||
with_items:
|
||||
- mirrormanager2
|
||||
- python-psycopg2
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
- mirrorlist2
|
||||
|
||||
- name: install packages for mirrorlist
|
||||
package: pkg={{ item }} state=present enablerepo=epel-testing
|
||||
package: name={{ item }} state=present enablerepo=epel-testing
|
||||
with_items:
|
||||
- mirrormanager2-mirrorlist
|
||||
- python-IPy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue