Skip to content

Commit

Permalink
Use name: instead of <plugin_type>: (ansible/ansible#71795).
Browse files Browse the repository at this point in the history
callback_type -> type (ansible/ansible#71798).
  • Loading branch information
felixfontein authored and rrey committed Oct 4, 2020
1 parent 4d8bb83 commit d7f6c7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugins/callback/grafana_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@


DOCUMENTATION = '''
callback: grafana_annotations
callback_type: notification
name: grafana_annotations
type: notification
short_description: send ansible events as annotations on charts to grafana over http api.
author: "Rémi REY (@rrey)"
description:
Expand Down
2 changes: 1 addition & 1 deletion plugins/lookup/grafana_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__metaclass__ = type

DOCUMENTATION = '''
lookup: grafana_dashboard
name: grafana_dashboard
author: Thierry Salle (@seuf)
short_description: list or search grafana dashboards
description:
Expand Down

0 comments on commit d7f6c7e

Please sign in to comment.