aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorColin Wilk <colin.wilk@tum.de>2023-06-01 19:23:56 +0200
committerColin Wilk <colin.wilk@tum.de>2023-06-01 19:23:56 +0200
commit3811c31708a6f3442ba4393d75b19716194a4234 (patch)
tree7f9f38c42c446036d6a40ee7802938dae1f0108d
parent364b27433a999ff648d1dbb92381b381b48bb10a (diff)
downloadansible-role-prometheus-target-3811c31708a6f3442ba4393d75b19716194a4234.tar.gz
ansible-role-prometheus-target-3811c31708a6f3442ba4393d75b19716194a4234.zip
Fix collection typo in README
Fix typo in ansible-galaxy command which tries to install a collection from the role repository. 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 9ea99ee..4ca4aca 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Installation
via galaxy:
```sh
-ansible-galaxy collection install kliwniloc.prometheus_target
+ansible-galaxy install kliwniloc.prometheus_target
```
```yaml
@@ -20,7 +20,7 @@ ansible-galaxy collection install kliwniloc.prometheus_target
via git:
```sh
-ansible-galaxy collection install git+https://github.com/kliwniloc/ansible-role-prometheus-target.git,master
+ansible-galaxy install git+https://github.com/kliwniloc/ansible-role-prometheus-target.git,master
```
```yaml