Install rsync to save a local copy of keys

This commit is contained in:
phil 2023-10-01 11:55:39 +02:00
parent 5f5fab84bb
commit 3c93c4f86c
2 changed files with 4 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"ansible.python.interpreterPath": "/bin/python"
}

View file

@ -9,6 +9,7 @@
pkg:
- borgbackup
- borgmatic
- rsync
default_release: "{{ ansible_distribution_release }}-backports"
update_cache: true