--- # Rsync - name: Installation ansible.builtin.package: name: rsync state: present update_cache: true become: true tags: - rsync - rsync-install