Skip to content

Commit dd57f4a

Browse files
committed
fix: /etc/postgresql should be owned by postgres
1 parent a5f9ac6 commit dd57f4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible/tasks/setup-postgres.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
file:
9999
path: /etc/postgresql
100100
state: directory
101+
owner: postgres
101102
group: postgres
102103

103104
# Move Postgres configuration files into /etc/postgresql

0 commit comments

Comments
 (0)