9 lines
204 B
YAML
9 lines
204 B
YAML
![]() |
---
|
||
|
|
||
|
# Needs restart to be found in plugins menu
|
||
|
- name: Add Grafana plugin
|
||
|
grafana_plugin:
|
||
|
name: "{{ plugin_name }}"
|
||
|
version: "{{ plugin_version }}"
|
||
|
state: present
|
||
|
notify: restart grafana
|