Fix old variable usage. Patch from janeznemanic. Thanks!

This commit is contained in:
Kevin Fenzi 2014-01-01 19:15:11 +00:00
parent d011bbde2c
commit f7d56ff2b1
98 changed files with 886 additions and 889 deletions

View file

@ -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