--- - hosts: "{{ target }}" become: true tasks: # Verify rsync is installed - name: Ensure rsync is installed package: name: rsync state: latest