1
0
Fork 0
mirror of https://github.com/geerlingguy/ansible-role-postgresql.git synced 2025-03-10 17:26:20 -04:00

Fixes #32: Template dir prefix is superfluous.

This commit is contained in:
Jeff Geerling 2018-11-21 20:49:17 -06:00
parent 0a164cf407
commit 1f9fc75743

View file

@ -10,7 +10,7 @@
- name: Configure host based authentication (if entries are configured).
template:
src: "templates/pg_hba.conf.j2"
src: "pg_hba.conf.j2"
dest: "{{ postgresql_config_path }}/pg_hba.conf"
owner: "{{ postgresql_user }}"
group: "{{ postgresql_group }}"