1
0
Fork 0

Fix the plugin installation

Change-Id: If4c1893ab7068687f597fa406d4a568af143520b
This commit is contained in:
Swann Croiset 2017-03-21 10:02:49 +01:00
parent 22c462b504
commit dd65097f2b
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ grafana_service:
install_{{ plugin_name }}:
cmd.run:
- name: grafana-cli plugins install {{ plugin_name }}
- unless: grafana-cli plugins list-versions {{ plugin_name }}
- unless: grafana-cli plugins ls | grep {{ plugin_name }}
- watch_in:
- service: grafana_service
{%- endif %}