Getting this error when i try to power down an SVM. i can easily add in the name option, just dont konw what to put in there? i cant seem to find a list of options for the name field.
tasks:
- name: Offline Source
na_ontap_svm_options:
vserver: "SVM100.corp.com"
hostname: x.x.x.x
username: "person"
password: "password123"
value: 'off'
https: "true"
validate_certs: "false"
Error
KeyError: 'name'
fatal: [localhost]: FAILED! => {