From 4c7338f8575dad38c45cb44abb21c1e5725e4317 Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Sun, 7 Dec 2025 15:39:21 +0300 Subject: [PATCH] Update eget tools --- playbook-eget.yml | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/playbook-eget.yml b/playbook-eget.yml index a671c70..aeaa443 100644 --- a/playbook-eget.yml +++ b/playbook-eget.yml @@ -24,27 +24,33 @@ ansible.builtin.command: cmd: > {{ eget_bin_path }} rclone/rclone --quiet --upgrade-only --to {{ eget_install_dir }} --asset zip - --tag v1.71.2" - changed_when: false - - - name: "Install btop" - ansible.builtin.command: - cmd: "{{ eget_bin_path }} aristocratos/btop --quiet --upgrade-only --to {{ eget_install_dir }} --tag v1.4.5" + --tag v1.72.0 changed_when: false - name: "Install restic" ansible.builtin.command: - cmd: "{{ eget_bin_path }} restic/restic --quiet --upgrade-only --to {{ eget_install_dir }} --tag v0.18.1" + cmd: > + {{ eget_bin_path }} restic/restic --quiet --upgrade-only --to {{ eget_install_dir }} + --tag v0.18.1 + changed_when: false + + - name: "Install btop" + ansible.builtin.command: + cmd: > + {{ eget_bin_path }} aristocratos/btop --quiet --upgrade-only --to {{ eget_install_dir }} + --tag v1.4.5 changed_when: false - name: "Install gobackup" ansible.builtin.command: - cmd: "{{ eget_bin_path }} gobackup/gobackup --quiet --upgrade-only --to {{ eget_install_dir }} --tag v2.15.3" + cmd: > + {{ eget_bin_path }} gobackup/gobackup --quiet --upgrade-only --to {{ eget_install_dir }} + --tag v2.17.0 changed_when: false - name: "Install task" ansible.builtin.command: cmd: > {{ eget_bin_path }} go-task/task --quiet --upgrade-only --to {{ eget_install_dir }} --asset tar.gz - --tag v3.45.4 + --tag v3.45.5 changed_when: false