diff options
Diffstat (limited to 'ansible_collections/community/grafana/README.md')
-rw-r--r-- | ansible_collections/community/grafana/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible_collections/community/grafana/README.md b/ansible_collections/community/grafana/README.md index 6d23f1b96..9ba981ae7 100644 --- a/ansible_collections/community/grafana/README.md +++ b/ansible_collections/community/grafana/README.md @@ -31,13 +31,14 @@ Click on the name of a plugin or module to view that content's documentation: - [grafana_plugin](https://docs.ansible.com/ansible/latest/collections/community/grafana/grafana_plugin_module.html) - [grafana_team](https://docs.ansible.com/ansible/latest/collections/community/grafana/grafana_team_module.html) - [grafana_user](https://docs.ansible.com/ansible/latest/collections/community/grafana/grafana_user_module.html) + - [grafana_silence](https://docs.ansible.com/ansible/latest/collections/community/grafana/grafana_silence_module.html) ## Supported Grafana versions We aim at keeping the last 3 Major versions of Grafana tested. This collection is currently testing the modules against following versions of Grafana: ``` -grafana_version: ["9.5.14", "8.5.27", "10.2.2"] +grafana_version: ["8.5.27", "9.5.18", "10.4.2"] ``` ## Installation and Usage |