aboutsummaryrefslogtreecommitdiff
path: root/vars/Debian.yml
diff options
context:
space:
mode:
authorJulien Dessaux2021-02-11 19:10:38 +0100
committerJulien Dessaux2021-02-11 19:10:38 +0100
commit6e49d2b6c76bdc11c42fb292f7bdafc95e492d51 (patch)
tree36d95d04f7ae47e75a4334f0b06c931d43b7d2d6 /vars/Debian.yml
parentFixed borg backups on openbsd (diff)
downloadborg-ansible-role-6e49d2b6c76bdc11c42fb292f7bdafc95e492d51.tar.gz
borg-ansible-role-6e49d2b6c76bdc11c42fb292f7bdafc95e492d51.tar.bz2
borg-ansible-role-6e49d2b6c76bdc11c42fb292f7bdafc95e492d51.zip
Revitalized the borg role
Diffstat (limited to 'vars/Debian.yml')
-rw-r--r--vars/Debian.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/vars/Debian.yml b/vars/Debian.yml
new file mode 100644
index 0000000..83a9fbe
--- /dev/null
+++ b/vars/Debian.yml
@@ -0,0 +1,4 @@
+---
+borg_packages:
+ - borgbackup
+...