We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1cd802 commit 4ff8846Copy full SHA for 4ff8846
ansible-nix/tasks/setup-postgres.yml
@@ -39,7 +39,7 @@
39
become: yes
40
41
- name: add postgres user to postgres group
42
- shell: usermod -a -g ssl-cert postgres
+ shell: usermod -a -G ssl-cert postgres
43
args:
44
executable: /bin/bash
45
common-nix.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.6.1.41-nix-staged"
+postgres-version = "15.6.1.42-nix-staged"
0 commit comments