I couldn't modify raid size with ansible. Below is my playbook example. what could be reason ?
On test purpose current raid size is 17 and i'm trying to change it to 24
tasks:
- name: Modify aggregate raid size
na_ontap_aggregate:
state: present
name: aggr_test
raid_size: 24
nodes: test_node
time_out: 300
<<: *login