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 5e9dc06 commit 558b441Copy full SHA for 558b441
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.104"
+postgres-version = "15.6.1.110"
0 commit comments