It seems that I cannot get "security_style", that field does not exist on output.
- name: Get the volume info using REST API
connection: local
na_ontap_rest_info:
<<: *login
gather_subset: "storage/volumes"
parameters:
name: "{{ vol_name }}"
svm: "{{ vserver }}"
fields: "*"
turn on "*" to get every info, could not find security_style.