Skip to content

Commit

Permalink
fix: make it possible to install plugins again
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Dec 2, 2021
1 parent 9b39ec0 commit 413b95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
when:
- grafana_plugins_list.stdout is defined
- item not in grafana_plugins_list.stdout
- item.state | default('present') == 'absent'
- item.state | default('present') == 'present'
notify:
- Restart grafana
command: "grafana-cli plugins install {{ item.name | default(item) }}"
Expand Down

0 comments on commit 413b95f

Please sign in to comment.