Can anyone please shed some light on what this error means?
TASK [Get NetApp cluster info] ***************************************************************************************************************************************************************
fatal: [cluster1]: FAILED! => {"ansible_facts": {"discovered_interpreter_python": "/usr/libexec/platform-python"}, "changed": false, "msg": "Error using REST for version, error: URL has an invalid label.. Error using REST for version, status_code: None."}
Task mentioned is simply:
netapp.ontap.na_ontap_rest_info:
gather_subset: "cluster_node_info"
register: ontap_info
connection: local```
However, I don't think the issue is in the task since the same task works great in another playbook.
I'm using ```hosts: all``` and limiting the scope of the playbook by using the "--limit" parameter.