Installazione pacchetto con comando rpm.
This commit is contained in:
parent
fe990f602f
commit
7f27e3ac33
1 changed files with 2 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue