Fix old variable usage. Patch from janeznemanic. Thanks!
This commit is contained in:
parent
d011bbde2c
commit
f7d56ff2b1
98 changed files with 886 additions and 889 deletions
|
@ -3,7 +3,7 @@
|
|||
# Setup postgresql server.
|
||||
#
|
||||
- name: install postgresql server packages
|
||||
yum: name=$item state=installed
|
||||
yum: name={{ item }} state=installed
|
||||
with_items:
|
||||
- postgresql-server
|
||||
- postgresql-contrib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue