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 fe206a3 commit 4678636Copy full SHA for 4678636
ansible-nix/playbook.yml
@@ -105,3 +105,6 @@
105
106
- name: Clean out build dependencies
107
import_tasks: tasks/clean-build-dependencies.yml
108
+ - name: Remove postgres user from users group
109
+ become: yes
110
+ command: gpasswd -d postgres users
common-nix.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.6.1.28-nix-staged"
+postgres-version = "15.6.1.29-nix-staged"
0 commit comments