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