Skip to content

Commit caf2f14

Browse files
committed
fix: jsut append: no to constrain groups
1 parent 2fb3426 commit caf2f14

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

ansible-nix/tasks/setup-postgres.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
name: postgres
2121
groups: postgres, ssl-cert
2222
createhome: yes
23-
append: yes
24-
remove: users
23+
append: no
2524
shell: /bin/bash # Set shell if needed, default is /bin/bash
2625
password: ''
2726

common-nix.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.21-nix-staged"
1+
postgres-version = "15.6.1.22-nix-staged"

0 commit comments

Comments
 (0)