Skip to content

Commit 26758c1

Browse files
committed
fix: use correct flag on group add
1 parent ff83fba commit 26758c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible-nix/tasks/setup-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# password: ''
3434

3535
- name: create postgres user
36-
shell: useradd -m -r -s /bin/bash -d /home/postgres postgres -G postgres,ssl-cert
36+
shell: useradd -m -r -s /bin/bash -d /home/postgres postgres -g postgres,ssl-cert
3737
args:
3838
executable: /bin/bash
3939
become: yes

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.36-nix-staged"
1+
postgres-version = "15.6.1.37-nix-staged"

0 commit comments

Comments
 (0)