- name: Install rclone hosts: servers become: true tasks: - name: Install rclone package ansible.builtin.apt: name: rclone state: present update_cache: true