mirror of
https://github.com/roles-ansible/ansible_role_restic/
synced 2024-12-12 04:40:19 +01:00
docs: fix command for role installation
Signed-off-by: Flo <3964000+FL337@users.noreply.github.com>
This commit is contained in:
parent
1a9993cda3
commit
dc3991d19b
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):
|
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
|
```bash
|
||||||
ansible-galaxy install do1jlr.restic
|
ansible-galaxy install roles-ansible.restic
|
||||||
```
|
```
|
||||||
## Requirements
|
## Requirements
|
||||||
* bzip2
|
* bzip2
|
||||||
|
|
Loading…
Reference in a new issue