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
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
|
||||
- name: setup 2ndquadrant repo
|
||||
yum: >
|
||||
package: >
|
||||
name=http://packages.2ndquadrant.com/postgresql-bdr94-2ndquadrant/yum-repo-rpms/postgresql-bdr94-2ndquadrant-redhat-latest.noarch.rpm
|
||||
state=present
|
||||
tags:
|
||||
|
@ -12,7 +12,7 @@
|
|||
- postgresql-bdr
|
||||
|
||||
- name: install postgresql server packages (yum)
|
||||
yum: name={{ item }} state=present
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- postgresql-bdr94
|
||||
- postgresql-bdr94-contrib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue