mirror of
https://github.com/geerlingguy/ansible-role-postgresql.git
synced 2025-03-10 17:26:20 -04:00
Resolve ansible deprecation warning
This commit is contained in:
parent
e61751f344
commit
70fca97349
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
group: "{{ postgresql_group }}"
|
group: "{{ postgresql_group }}"
|
||||||
mode: 0600
|
mode: 0600
|
||||||
notify: restart postgresql
|
notify: restart postgresql
|
||||||
when: postgresql_hba_entries
|
when: postgresql_hba_entries|bool
|
||||||
|
|
||||||
- name: Ensure PostgreSQL unix socket dirs exist.
|
- name: Ensure PostgreSQL unix socket dirs exist.
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue