[DOC] fix some typos in comments and docs

This commit is contained in:
Jannik Beyerstedt 2020-03-27 22:56:57 +01:00
parent 11174830cf
commit ab4846abf3
3 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ If you want to configure borgbackup backups, these variables need to be set:
- `borgbackup_hostname`: Hostname to prefix the snapshots
Optional configuration:
- `borgbackup_ssh_id`: Path to the used ssh id (default: `/home/{{ ansible_user_id }}/.ssh/id_ed25519`)
- `borgbackup_ssh_id`: Path to the used ssh id (default: `{{ ansible_user_dir }}/.ssh/id_ed25519`)
Attention: You still need to setup the borgbackup repository manually.