Skip to content

Commit 558b441

Browse files
committed
chore: backport 33b49eb to current prod release
Avoids landing unrelated changes on prod this week.
1 parent 5e9dc06 commit 558b441

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ansible/playbook.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,3 +206,9 @@
206206
shell: |
207207
sudo -u ubuntu bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile remove osquery"
208208
when: stage2_nix
209+
210+
- name: nix collect garbage
211+
become: yes
212+
shell: |
213+
sudo -u ubuntu bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix-collect-garbage -d"
214+
when: stage2_nix

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.104"
1+
postgres-version = "15.6.1.110"

0 commit comments

Comments
 (0)