From 5f699bf264cf7cc125db6858df97fb190a868f13 Mon Sep 17 00:00:00 2001 From: phil Date: Sun, 9 Apr 2023 09:54:09 +0200 Subject: [PATCH] Add note about requirements --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 73851e7..f9e2241 100644 --- a/README.md +++ b/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