diff options
| author | Colin Wilk <colin.wilk@tum.de> | 2023-06-01 19:23:56 +0200 |
|---|---|---|
| committer | Colin Wilk <colin.wilk@tum.de> | 2023-06-01 19:23:56 +0200 |
| commit | 3811c31708a6f3442ba4393d75b19716194a4234 (patch) | |
| tree | 7f9f38c42c446036d6a40ee7802938dae1f0108d /README.md | |
| parent | 364b27433a999ff648d1dbb92381b381b48bb10a (diff) | |
| download | ansible-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>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |