- name: Install rsync hosts: managed become: true tasks: - name: Install rsync apt: name: rsync state: present