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