Skip to content

Commit 4678636

Browse files
committed
fix: try to remove group at the end of build
1 parent fe206a3 commit 4678636

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ansible-nix/playbook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,6 @@
105105

106106
- name: Clean out build dependencies
107107
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.6.1.28-nix-staged"
1+
postgres-version = "15.6.1.29-nix-staged"

0 commit comments

Comments
 (0)