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:
parent
0a164cf407
commit
1f9fc75743
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue