Add rclone with eget and rclone docker plugin role
This commit is contained in:
@ -1,8 +1,4 @@
|
||||
---
|
||||
# - name: 'Begin installation'
|
||||
# ansible.builtin.debug:
|
||||
# msg: 'Begin installation'
|
||||
|
||||
- name: 'Download eget from url "{{ eget_download_url }}"'
|
||||
ansible.builtin.get_url:
|
||||
url: '{{ eget_download_url }}'
|
||||
@ -13,6 +9,7 @@
|
||||
ansible.builtin.unarchive:
|
||||
src: '{{ eget_download_dest }}'
|
||||
dest: '/tmp'
|
||||
list_files: true
|
||||
remote_src: true
|
||||
|
||||
- name: 'Install eget binary'
|
||||
|
@ -8,7 +8,7 @@
|
||||
ignore_errors: true
|
||||
changed_when: false
|
||||
|
||||
- name: 'Check eget installed --version'
|
||||
- name: 'Check eget installed version'
|
||||
ansible.builtin.set_fact:
|
||||
eget_need_install: '{{ not (eget_installed_output.rc == 0 and eget_version in eget_installed_output.stdout) }}'
|
||||
|
||||
|
Reference in New Issue
Block a user