Skip to content

Commit 5df9ec8

Browse files
committed
chore: command formatting
1 parent 26758c1 commit 5df9ec8

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 -g 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.37-nix-staged"
1+
postgres-version = "15.6.1.38-nix-staged"

0 commit comments

Comments
 (0)