1
0

Add rclone with eget and rclone docker plugin role

This commit is contained in:
2024-12-23 15:26:32 +03:00
parent 4cd6d8ff64
commit 87e13973ec
13 changed files with 172 additions and 5 deletions

View File

@ -14,3 +14,13 @@
vars:
eget_version: '1.3.4'
eget_install_path: '/usr/bin/eget'
- name: 'Install rclone with eget'
ansible.builtin.command:
cmd: '/usr/bin/eget rclone/rclone --quiet --upgrade-only --to /usr/bin --tag v1.68.2 --asset zip'
changed_when: false
- name: 'Install btop with eget'
ansible.builtin.command:
cmd: '/usr/bin/eget aristocratos/btop --quiet --upgrade-only --to /usr/bin --tag v1.4.0'
changed_when: false