From c85f39925e0648388d12481a35918e1aee3996b1 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 19 Dec 2022 19:00:03 +0100 Subject: [PATCH] Compatibility with ansible 2.9 --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 52c61ed..d81f975 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -49,7 +49,7 @@ file: dest=/var/lib/grafana/dashboards state=directory mode=0755 owner=grafana group=grafana - name: Install additional plugins, if any - community.grafana.grafana_plugin: + grafana_plugin: name: '{{ item.name }}' state: "{{ item.state | default('present') }}" grafana_repo: "{{ item.repo | default('https://grafana.com/api/plugins') }}"