Skip to content

Commit

Permalink
fix: use correct flag on group add
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed May 15, 2024
1 parent ff83fba commit 26758c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible-nix/tasks/setup-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# password: ''

- name: create postgres user
shell: useradd -m -r -s /bin/bash -d /home/postgres postgres -G postgres,ssl-cert
shell: useradd -m -r -s /bin/bash -d /home/postgres postgres -g postgres,ssl-cert
args:
executable: /bin/bash
become: yes
Expand Down
2 changes: 1 addition & 1 deletion common-nix.vars.pkr.hcl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
postgres-version = "15.6.1.36-nix-staged"
postgres-version = "15.6.1.37-nix-staged"

0 comments on commit 26758c1

Please sign in to comment.