Install dust for space usage check

This commit is contained in:
2025-12-07 17:13:20 +03:00
parent dbd679aa8b
commit 306d4bf8d0

View File

@@ -54,3 +54,10 @@
{{ eget_bin_path }} go-task/task --quiet --upgrade-only --to {{ eget_install_dir }} --asset tar.gz
--tag v3.45.5
changed_when: false
- name: 'Install dust'
ansible.builtin.command:
cmd: >
{{ bin_prefix }}/eget bootandy/dust --quiet --upgrade-only --to {{ bin_prefix }} --asset gnu
--tag v1.2.3
changed_when: false