You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a similar issue when using the lookup plugin "grafana_dashboard".
With this task:
- name: Get all grafana dashboards
ansible.builtin.set_fact:
grafana_dashboards: "{{ lookup('community.grafana.grafana_dashboard', 'grafana_url=' ~ grafana_url ~ ' grafana_api_key=' ~ grafana_api_key) }}"
I get
{
"msg": "An unhandled exception occurred while running the lookup plugin 'community.grafana.grafana_dashboard'. Error was a <class 'AttributeError'>, original message: 'NoneType' object has no attribute 'get'. 'NoneType' object has no attribute 'get'",
"_ansible_no_log": false
}
ANSIBLE VERSION
ansible-playbook [core 2.15.10]
COLLECTION VERSION
community.grafana 2.0.0
GRAFANA VERSION
Grafana 11.1.3 (Enterprise)
But I have no idea if it is the same issue as above. Also tried with validate_certs=false and get the same results.
I have a similar issue when using the lookup plugin "grafana_dashboard".
With this task:
I get
ANSIBLE VERSION
ansible-playbook [core 2.15.10]
COLLECTION VERSION
community.grafana 2.0.0
GRAFANA VERSION
Grafana 11.1.3 (Enterprise)
But I have no idea if it is the same issue as above. Also tried with validate_certs=false and get the same results.
Originally posted by @clasch1985 in #303 (comment)
The text was updated successfully, but these errors were encountered: