Installazione pacchetto con comando rpm.

This commit is contained in:
Emiliano Vavassori 2024-12-23 23:04:36 +01:00
parent fe990f602f
commit 7f27e3ac33

View File

@ -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