Installazione pacchetto con comando rpm.
This commit is contained in:
parent
fe990f602f
commit
7f27e3ac33
@ -18,9 +18,8 @@
|
||||
dest: /tmp/rclone.rpm
|
||||
|
||||
- name: Install rclone from upstream package.
|
||||
ansible.builtin.package:
|
||||
path: /tmp/rclone.rpm
|
||||
state: present
|
||||
ansible.builtin.command:
|
||||
cmd: rpm -i /tmp/rclone.rpm
|
||||
become: true
|
||||
|
||||
- name: Cleanup
|
||||
|
Loading…
Reference in New Issue
Block a user