Skip to content

Commit 4ff8846

Browse files
committed
fix: correct flag
1 parent d1cd802 commit 4ff8846

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
@@ -39,7 +39,7 @@
3939
become: yes
4040

4141
- name: add postgres user to postgres group
42-
shell: usermod -a -g ssl-cert postgres
42+
shell: usermod -a -G ssl-cert postgres
4343
args:
4444
executable: /bin/bash
4545
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.41-nix-staged"
1+
postgres-version = "15.6.1.42-nix-staged"

0 commit comments

Comments
 (0)