mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-10-05 22:14:44 +02:00
Update to 2025-09-25 10:00
This commit is contained in:
@@ -103,7 +103,9 @@
|
||||
- name: Remove unmanaged plugins
|
||||
command: grafana-cli plugins uninstall {{ item }}
|
||||
with_items: "{{ grafana_installed_plugins.stdout_lines }}"
|
||||
when: item not in grafana_plugins
|
||||
when:
|
||||
- item not in grafana_plugins
|
||||
- item not in ['grafana-metricsdrilldown-app', 'grafana-pyroscope-app', 'grafana-lokiexplore-app', 'grafana-exploretraces-app']
|
||||
notify: restart grafana
|
||||
tags: grafana
|
||||
|
||||
|
Reference in New Issue
Block a user