Compatibility with ansible 2.9

master
Andrea Dell'Amico 1 year ago
parent f4b3eedef6
commit c85f39925e
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF

@ -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') }}"

Loading…
Cancel
Save