Is there any ansible module that has the same function as the following CLI:
"disk create-partition -source-disk 4.1.1 -target-disk 4.1.53"
I found the following page, but seems not what I want
https://docs.ansible.com/ansible/latest/collections/netapp/ontap/na_ontap_partitions_module.html#ansible-collections-netapp-ontap-na-ontap-partitions-module
#Ansible Module for partitions create
1 messages · Page 1 of 1 (latest)
Does it look like the disk one do what your looking for https://docs.ansible.com/ansible/devel/collections/netapp/ontap/na_ontap_disks_module.html#ansible-collections-netapp-ontap-na-ontap-disks-module
@static bough It doesn't look like the same function