- name: Install rsync
hosts: managed
vars_files:
- ../infra_vars.yml
become: true
tasks:
apt:
name: rsync
state: present