Open
Description
Hello,
I am getting this error when trying to execute grafana_user module:
File \"master:/ansible_collections/community/grafana/plugins/modules/grafana_user.py\", line 304, in <module>\n File \"master:/ansible_collections/community/grafana/plugins/modules/grafana_user.py\", line 286, in main\n File \"master:/ansible_collections/community/grafana/plugins/modules/grafana_user.py\", line 232, in is_user_update_required\nAttributeError: 'NoneType' object has no attribute 'get'\n", "module_stdout": "", "msg": "MODULE FAILURE\nSee stdout/stderr for the exact error", "rc": 1}
I am using:
community.grafana 1.6.1
grafana version 10.2.1
ansible==8.3.0
ansible-core==2.15.3
I cannot execute this task at all:
community.grafana.grafana_user:
url: "https://{{ ansible_fqdn }}"
url_username: "{{ grafana_admin_user }}"
url_password: "{{ grafana_admin_password }}"
login: "{{ member.uid }}"
email: "{{ member.email }}"
name: "{{ member.description }}"
password: "{{ member.password }}"
state: "present"
Is there anything I can do to solve the issue?
Thanks
Metadata
Metadata
Assignees
Labels
No labels