Issue #2: Fix final broken test on Ubuntu 14.04.

This commit is contained in:
Jeff Geerling 2016-09-29 23:39:30 -05:00
parent 0ee096de52
commit 55b9e6a84e
1 changed files with 3 additions and 1 deletions

View File

@ -12,5 +12,7 @@
file:
path: "{{ item }}"
state: directory
mode: 0777
owner: "{{ postgresql_user }}"
group: "{{ postgresql_group }}"
mode: 02775
with_items: "{{ postgresql_unix_socket_directories }}"