diff --git a/README.md b/README.md index cb60df0..a5de9d5 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ We plan to regularly release new minor or bugfix versions once new features or b Releasing the current major version happens from the `main` branch. -We currently are not planning any deprecations or new major releases. The current landscape includes minor version updates for Module's documentation in 1.0.2. +We currently are not planning any deprecations or new major releases. The current landscape includes minor version updates for Module's documentation in 1.0.3. ## Code of Conduct This collection follows the Ansible project's [Code of Conduct](https://docs.ansible.com/ansible/devel/community/code_of_conduct.html). Please read and familiarize yourself with this doc diff --git a/plugins/modules/cloud_stack.py b/plugins/modules/cloud_stack.py index 9013cf2..af65cef 100644 --- a/plugins/modules/cloud_stack.py +++ b/plugins/modules/cloud_stack.py @@ -24,7 +24,7 @@ options: required: true stack_slug: description: - - Sets the subdomain of the Grafana instance. For example, if slug is , the instance URL will be `https://.grafana.net`. + - Sets the subdomain of the Grafana instance. For example, if slug is , the instance URL will be `https://.grafana.net`. type: str required: true cloud_api_key: diff --git a/tests/integration/targets/datasource/tasks/main.yml b/tests/integration/targets/datasource/tasks/main.yml index 0e84d54..1925b47 100644 --- a/tests/integration/targets/datasource/tasks/main.yml +++ b/tests/integration/targets/datasource/tasks/main.yml @@ -1,6 +1,6 @@ - name: Create/Update a Data Source grafana.grafana.datasource: - datasource: { + dataSource: { name: "ansible-integration", type: "influxdb", url: "https://grafana.github.com/grafana-ansible-collection",