Wrong quotes.

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

@ -51,8 +51,8 @@
- name: Install additional plugins, if any
community.grafana.grafana_plugin:
name: '{{ item.name }}'
state: '{{ item.state | default('present') }}'
grafana_repo: '{{ item.repo | default('https://grafana.com/api/plugins') }}'
state: "{{ item.state | default('present') }}"
grafana_repo: "{{ item.repo | default('https://grafana.com/api/plugins') }}"
loop: '{{ grafana_additional_plugins }}'
tags: [ 'grafana', 'grafana_plugins' ]

Loading…
Cancel
Save