From 2c93ccbb97251a57dd59449ac799cc2541c4b239 Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Sat, 11 May 2024 20:51:01 +0200 Subject: [PATCH] Fix typo in install script Signed-off-by: Colin Wilk --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cd2407..7165469 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Installation via ansible-galaxy ```sh -ansible-galaxy collection install kliwniloc.borgbackup +ansible-galaxy role install kliwniloc.borgbackup ``` ```yaml @@ -44,7 +44,7 @@ ansible-galaxy collection install kliwniloc.borgbackup via git ```sh -ansible-galaxy collection install git+https://github.com/kliwniloc/ansible-role-borgbackup.git,master +ansible-galaxy role install git+https://github.com/kliwniloc/ansible-role-borgbackup.git,master ``` ```yaml