--- # tasks file for borgmatic - name: Install borg and borgmatic apt: name: "{{ item }}" state: present with_items: - borg - borgmatic