Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

Commit 5dbb0c8

Browse files
author
Rémi REY
committed
Fix issues in the documentation that made ansible-doc failing
1 parent bbd80c1 commit 5dbb0c8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

library/grafana_annotations.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
DOCUMENTATION = '''
1717
---
1818
module: grafana_annotations
19-
short_description: Interact with Grafana REST API to create annotations.
19+
description: Allows to create annotations in Grafana from playbooks.
20+
short_description: Create annotations in Grafana through the dedicated API.
2021
options:
2122
addr:
2223
required: true
@@ -42,8 +43,7 @@
4243
timeEnd:
4344
required: false
4445
description:
45-
- epoch datetime in seconds, automatically define the
46-
annotation as a region annotation.
46+
- epoch datetime in seconds, automatically define the annotation as a region annotation.
4747
tags:
4848
required: false
4949
description:
@@ -57,8 +57,7 @@
5757
required: false
5858
default: false
5959
description:
60-
- If true, an https connection will be established with the
61-
Grafana server.
60+
- If true, an https connection will be established with the Grafana server.
6261
'''
6362

6463
EXAMPLES = '''

0 commit comments

Comments
 (0)