Skip to content

Commit 8ec33d5

Browse files
committed
chore: trigger build
1 parent 4067a82 commit 8ec33d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ansible-nix/tasks/setup-postgres.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
become: yes
4040

4141
- name: add postgres user to postgres group
42-
shell: usermod -aG postgres postgres
42+
shell: usermod -a -G postgres postgres
4343
args:
4444
executable: /bin/bash
4545
become: yes
4646

4747
- name: add postgres user to ssl-cert group
48-
shell: usermod -aG ssl-cert postgres
48+
shell: usermod -a -G ssl-cert postgres
4949
args:
5050
executable: /bin/bash
5151
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.39-nix-staged"
1+
postgres-version = "15.6.1.40-nix-staged"

0 commit comments

Comments
 (0)