Skip to content

Commit 6aebe6d

Browse files
committed
fix: sorting out the linux groups that the postgres user belongs to
1 parent 251ec25 commit 6aebe6d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ansible-nix/tasks/setup-postgres.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@
1818
- name: create users
1919
user:
2020
name: postgres
21-
groups: postgres
21+
groups: postgres, ssl-cert
2222
createhome: yes
23+
append: yes
24+
remove: users
2325
shell: /bin/bash # Set shell if needed, default is /bin/bash
2426
password: ''
2527

0 commit comments

Comments
 (0)