This repository has been archived on 2020-07-02. You can view files and clone it, but cannot push or open issues or pull requests.
galaxy-grafana.plugin/tasks/main.yml

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