--- - name: Converge hosts: all become: yes pre_tasks: - name: Update apt cache apt: update_cache: yes tasks: - name: "Include borgmatic" include_role: name: "borgmatic"