From 6197e1f41dc3b0b23f73901c469d187a1e362b1e Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Wed, 10 Aug 2022 15:42:05 +0530 Subject: [PATCH] Update --- README.md | 2 +- galaxy.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 61c1c4a..1d42328 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The collection is tested and supported with: Before using the Grafana collection, you need to install it using the below commoand: ```shell -ansible-galaxy collection install git+https://github.com/grafana/ansible-collection.git +ansible-galaxy collection install grafana.grafana ``` You can also include it in a `requirements.yml` file and install it via ansible-galaxy collection install -r `requirements.yml`, using the format: diff --git a/galaxy.yml b/galaxy.yml index c9631dc..f21e4d3 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: grafana name: grafana -version: 0.0.1 +version: 0.0.2 readme: README.md @@ -15,8 +15,6 @@ description: Ansible collection to manage Grafana resources license: - GPL-3.0-or-later -license_file: LICENSE - tags: [grafana, observability, monitoring] repository: https://github.com/grafana/grafana-ansible-collection