1
0
Fork 0
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:
Peter Keresztes Schmidt 2019-07-07 02:29:19 +02:00 committed by GitHub
parent e61751f344
commit 70fca97349
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
group: "{{ postgresql_group }}"
mode: 0600
notify: restart postgresql
when: postgresql_hba_entries
when: postgresql_hba_entries|bool
- name: Ensure PostgreSQL unix socket dirs exist.
file: