fix typo; notify restart after changing pg_hba
This commit is contained in:
parent
719585da34
commit
dfaa71b52a
@ -6,10 +6,12 @@
|
||||
dest: "{{ __postgres_config_path }}/postgresql.conf"
|
||||
mode: 0600
|
||||
notify: __postgres_restart
|
||||
|
||||
- name: Setup client authentication
|
||||
template:
|
||||
src: postgresql/data/pq_hba.conf.j2
|
||||
src: postgresql/data/pg_hba.conf.j2
|
||||
dest: "{{ __postgres_config_path }}/pg_hba.conf"
|
||||
mode: 0600
|
||||
notify: __postgres_restart
|
||||
become: True
|
||||
become_user: root
|
||||
|
Loading…
Reference in New Issue
Block a user