From e0a2d0444e5566db8eafe9f3ea491e38a209bf0d Mon Sep 17 00:00:00 2001 From: Moritz <15136847+Nemental@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:36:40 +0100 Subject: [PATCH] typo Co-authored-by: Sebastian Gumprich --- plugins/modules/grafana_datasource.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/grafana_datasource.py b/plugins/modules/grafana_datasource.py index 1acddcc0..8f9fbad5 100644 --- a/plugins/modules/grafana_datasource.py +++ b/plugins/modules/grafana_datasource.py @@ -129,7 +129,7 @@ description: - Grafana organization ID in which the datasource should be created. - Not used when C(grafana_api_key) is set, because the C(grafana_api_key) only - belong to one organization. + belongs to one organization. - Mutually exclusive with `org_name`. default: 1 type: int