Install rsync to save a local copy of keys
This commit is contained in:
parent
5f5fab84bb
commit
3c93c4f86c
2 changed files with 4 additions and 0 deletions
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"ansible.python.interpreterPath": "/bin/python"
|
||||||
|
}
|
|
@ -9,6 +9,7 @@
|
||||||
pkg:
|
pkg:
|
||||||
- borgbackup
|
- borgbackup
|
||||||
- borgmatic
|
- borgmatic
|
||||||
|
- rsync
|
||||||
default_release: "{{ ansible_distribution_release }}-backports"
|
default_release: "{{ ansible_distribution_release }}-backports"
|
||||||
update_cache: true
|
update_cache: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue