Skip to content

Commit fe206a3

Browse files
committed
fix: move command to the right stage
1 parent 6996c54 commit fe206a3

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

ansible-nix/tasks/setup-postgres.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
shell: /bin/bash # Set shell if needed, default is /bin/bash
3333
password: ''
3434

35-
- name: Remove postgres user from users group
36-
become: yes
37-
command: gpasswd -d postgres users
38-
3935

4036
- name: Create relevant directories
4137
file:

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

0 commit comments

Comments
 (0)