Skip to content

Commit 6996c54

Browse files
committed
fix: trying in second stage
1 parent b6c40f4 commit 6996c54

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ansible-nix/tasks/stage2/stage2-setup-postgres.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
shell: |
99
sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/sam/2-stage-ami-nix#pg_prove"
1010
11+
- name: Remove postgres user from users group
12+
become: yes
13+
command: gpasswd -d postgres users
14+
15+
1116
#TODO switch pg_prove sourcing to develop branch once PR is merged
1217

1318
# - name: Generate en_US.UTF-8 locale

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.26-nix-staged"
1+
postgres-version = "15.6.1.27-nix-staged"

0 commit comments

Comments
 (0)