fix name and template path here.
This commit is contained in:
parent
9d56847976
commit
51746b66d0
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue