Updated docs
This commit is contained in:
parent
5d59c22666
commit
823ab30ef4
@ -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.
|
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
|
## 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
|
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
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
- name: Create/Update a Data Source
|
- name: Create/Update a Data Source
|
||||||
grafana.grafana.datasource:
|
grafana.grafana.datasource:
|
||||||
datasource: {
|
dataSource: {
|
||||||
name: "ansible-integration",
|
name: "ansible-integration",
|
||||||
type: "influxdb",
|
type: "influxdb",
|
||||||
url: "https://grafana.github.com/grafana-ansible-collection",
|
url: "https://grafana.github.com/grafana-ansible-collection",
|
||||||
|
Loading…
Reference in New Issue
Block a user