fix name and template path here.

This commit is contained in:
Kevin Fenzi 2013-09-12 22:44:30 +00:00
parent 9d56847976
commit 51746b66d0

View file

@ -2,8 +2,8 @@
#
# These tasks only run on koji db servers from the postgresql playbook
#
- name: iptables
template: src=templates/pg_hba.conf.j2 dest=/var/lib/pgsql/data/pg_hba.conf mode=600 backup=yes
- name: setup postgresql koji config file
template: src=pg_hba.conf.j2 dest=/var/lib/pgsql/data/pg_hba.conf mode=600 backup=yes
notify:
- restart postgresql
tags: