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
1 changed files with 1 additions and 1 deletions

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: