From cdb064289b40b551ecbfc1e33c10376ed23e53ba Mon Sep 17 00:00:00 2001 From: Bajczi Levente Date: Thu, 12 Apr 2018 16:12:35 +0200 Subject: [PATCH] Fixing minor typo (#38662) [...] the grafana_api_key only belong to one organisation [...] -> [...] the grafana_api_key only belongs to one organisation [...] --- lib/ansible/modules/monitoring/grafana_dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/monitoring/grafana_dashboard.py b/lib/ansible/modules/monitoring/grafana_dashboard.py index a751fe7922..51c46874de 100644 --- a/lib/ansible/modules/monitoring/grafana_dashboard.py +++ b/lib/ansible/modules/monitoring/grafana_dashboard.py @@ -41,7 +41,7 @@ options: org_id: description: - The Grafana Organisation ID where the dashboard will be imported / exported. - - Not used when I(grafana_api_key) is set, because the grafana_api_key only belong to one organisation.. + - Not used when I(grafana_api_key) is set, because the grafana_api_key only belongs to one organisation.. default: 1 state: description: