updates
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
- name: Setup Borg Backups
|
||||
hosts: borg_clients
|
||||
tasks:
|
||||
- name: Install Borgmatic
|
||||
ansible.builtin.package:
|
||||
name: "borgmatic"
|
||||
state: present
|
||||
|
||||
- name: Borgmatic
|
||||
include_tasks: tasks/borgmatic.yml
|
||||
|
||||
|
||||
Reference in New Issue
Block a user