Feat: init borgmatic role
This commit is contained in:
9
roles/borgmatic/tasks/main.yml
Normal file
9
roles/borgmatic/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
# tasks file for borgmatic
|
||||
- name: Install borg and borgmatic
|
||||
apt:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
with_items:
|
||||
- borg
|
||||
- borgmatic
|
||||
Reference in New Issue
Block a user