Add rclone with eget and rclone docker plugin role
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user