mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-12-11 20:30:18 +01:00
Merge pull request #110 from FL337/patch-1
docs: fix command for role installation
This commit is contained in:
commit
3d161abd3e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ CRON=true /path/to/backup/script/backup-example.sh
|
|||
|
||||
There are multiple ways to install the role. Either clone or download it directly from the [github repository](https://github.com/roles-ansible/ansible_role_restic.git). Or Install it via [ansible galaxy](https://galaxy.ansible.com/do1jlr/restic):
|
||||
```bash
|
||||
ansible-galaxy install do1jlr.restic
|
||||
ansible-galaxy install roles-ansible.restic
|
||||
```
|
||||
## Requirements
|
||||
* bzip2
|
||||
|
|
Loading…
Reference in a new issue