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 7b5aab5 commit 33b49ebCopy full SHA for 33b49eb
ansible/playbook.yml
@@ -206,3 +206,9 @@
206
shell: |
207
sudo -u ubuntu bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile remove osquery"
208
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
@@ -1 +1 @@
1
-postgres-version = "15.6.1.108"
+postgres-version = "15.6.1.109"
0 commit comments