Add note about requirements
This commit is contained in:
parent
f5cb19eddd
commit
5f699bf264
1 changed files with 9 additions and 4 deletions
13
README.md
13
README.md
|
@ -37,10 +37,15 @@ Works great with [BorgBase.com](https://www.borgbase.com) - Simple and Secure Ho
|
|||
|
||||
## Installation
|
||||
|
||||
Clone latest version from Git
|
||||
```Shell
|
||||
$ git clone https://git.systemausfall.org/senselab/ansible-role-borgbackup.git roles/ansible_role_borgbackup
|
||||
```
|
||||
- Clone latest version from Git:
|
||||
```Shell
|
||||
$ git clone https://git.systemausfall.org/senselab/ansible-role-borgbackup.git roles/ansible_role_borgbackup
|
||||
```
|
||||
- Optional: Add Andy Hawkins' [BorgBase Collection](https://galaxy.ansible.com/adhawkins/borgbase) to your `requirements.txt`:
|
||||
```YAML
|
||||
collections:
|
||||
- name: adhawkins.borgbase
|
||||
```
|
||||
|
||||
## Role Variables
|
||||
|
||||
|
|
Loading…
Reference in a new issue