--- - name: Install rsync ansible.builtin.apt: name: rsync state: present when: ansible_os_family == "Debian"