aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Wilk <colin.wilk@tum.de>2024-05-11 20:51:01 +0200
committerColin Wilk <colin.wilk@tum.de>2024-05-11 20:51:01 +0200
commit2c93ccbb97251a57dd59449ac799cc2541c4b239 (patch)
tree6627eea1801db1db35a656182f07c9fc42fcbc4a
parentb85621b4efa340575c8023db468d306fbb2421e0 (diff)
downloadansible-role-borgbackup-2c93ccbb97251a57dd59449ac799cc2541c4b239.tar.gz
ansible-role-borgbackup-2c93ccbb97251a57dd59449ac799cc2541c4b239.zip
Fix typo in install scriptHEADmaster
Signed-off-by: Colin Wilk <colin.wilk@tum.de>
-rw-r--r--README.md4
1 files 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