6 lines
78 B
YAML
6 lines
78 B
YAML
|
---
|
||
|
- name: Install borgbackup
|
||
|
apt:
|
||
|
name: borgbackup
|
||
|
state: present
|