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 4067a82 commit 8ec33d5Copy full SHA for 8ec33d5
ansible-nix/tasks/setup-postgres.yml
@@ -39,13 +39,13 @@
39
become: yes
40
41
- name: add postgres user to postgres group
42
- shell: usermod -aG postgres postgres
+ shell: usermod -a -G postgres postgres
43
args:
44
executable: /bin/bash
45
46
47
- name: add postgres user to ssl-cert group
48
- shell: usermod -aG ssl-cert postgres
+ shell: usermod -a -G ssl-cert postgres
49
50
51
common-nix.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.6.1.39-nix-staged"
+postgres-version = "15.6.1.40-nix-staged"
0 commit comments