From 3811c31708a6f3442ba4393d75b19716194a4234 Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Thu, 1 Jun 2023 19:23:56 +0200 Subject: 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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3