PR #109 follow-up follow-up: Fix a parens.

This commit is contained in:
Jeff Geerling 2020-03-04 12:31:00 -06:00
parent aff541892a
commit 2c3ab60a9b
1 changed files with 1 additions and 1 deletions

View File

@ -47,5 +47,5 @@
- name: Define postgresql_unix_socket_directories_mode.
set_fact:
postgresql_unix_socket_directories_mode: >-
{{ __postgresql_unix_socket_directories_mode | default('02775')) }}
{{ __postgresql_unix_socket_directories_mode | default('02775') }}
when: postgresql_unix_socket_directories_mode is not defined