aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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