#na_ontap_svm
1 messages · Page 1 of 1 (latest)
The error is ```NetApp API failed. Reason - URL error:URLError(gaierror(-2, 'Name or service not known')
The issue may be that you have hostname: "{{ netapp_hostname }}" when you may have inyended hostname: "{{ item.netapp_hostname }}"
the name or service error indicates the hostname cannot be resolved. I'm curious to see what "{{ netapp_hostname }}" resolves to.