doc(README): fix role name in example playbook
This commit is contained in:
parent
f89c5f13db
commit
e97846a535
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ You can see the logs of the backup with `journalctl`. (`journalctl -xefu restic-
|
|||
---
|
||||
|
||||
- hosts: myhost
|
||||
roles: caddy
|
||||
roles: restic
|
||||
vars:
|
||||
restic_ssh_user: backupuser
|
||||
restic_ssh_hostname: storage-server.infra.tld
|
||||
|
|
Loading…
Reference in a new issue