Compatibility with ansible 2.9

This commit is contained in:
Andrea Dell'Amico 2022-12-19 19:00:03 +01:00
parent f4b3eedef6
commit c85f39925e
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
file: dest=/var/lib/grafana/dashboards state=directory mode=0755 owner=grafana group=grafana file: dest=/var/lib/grafana/dashboards state=directory mode=0755 owner=grafana group=grafana
- name: Install additional plugins, if any - name: Install additional plugins, if any
community.grafana.grafana_plugin: grafana_plugin:
name: '{{ item.name }}' name: '{{ item.name }}'
state: "{{ item.state | default('present') }}" state: "{{ item.state | default('present') }}"
grafana_repo: "{{ item.repo | default('https://grafana.com/api/plugins') }}" grafana_repo: "{{ item.repo | default('https://grafana.com/api/plugins') }}"