#Encryption option not recognized when using na_ontap_aggregate module

1 messages · Page 1 of 1 (latest)

grave sedge
#

I am using v22.3.0 of the OnTap collection, and I'm trying to specify that I do not want my aggregates to be encrypted, but I'm getting an error message anytime I specify "encryption: false" when running the module. The documentation says this option was added in v21.14.0, so am I missing something? It works when I leave out that parameter.

"ansible_loop_var": "item",
"changed": false,
"invocation": {
"module_args": {
"disk_count": "16",
"encryption": false,
"hostname": "cluster01",
"https": true,
"name": "aggr01",
"nodes": "cluster01-01",
"password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
"raid_size": "16",
"service_state": "online",
"state": "present",
"validate_certs": false
}
},
"msg": "Unsupported parameters for (na_ontap_aggregate) module: encryption Supported parameters include: disk_count, disk_size, disk_type, disks, from_name, hostname, http_port, https, is_mirrored, mirror_disks, name, nodes, ontapi, password, raid_size, raid_type, service_state, spare_pool, state, time_out, unmount_volumes, use_rest, username, validate_certs, wait_for_online"

fervent walrus
#

I think ONTAP version thats installed is < 21.14.0

#

ansible-galaxy collection install -U netapp.ontap
for updating collection.