Ansible_workstation/roles/borgmatic/tasks/main.yml

10 lines
157 B
YAML
Raw Normal View History

2022-03-04 14:24:09 +00:00
---
# tasks file for borgmatic
- name: Install borg and borgmatic
apt:
name: "{{ item }}"
state: present
with_items:
- borg
- borgmatic