Even after successfully add a domain user with full_control permissions to the NTFS Security on a qtree the task fail with the error:
"msg": "Error - create still required after create (with modify: None)"
Collection: 22.3.0
ONTAP: 9.11
Playbook:
state: present
access: access_allow
acl_user: "DOMAIN\\user1"
apply_to:
files: true
sub_folders: true
this_folder: true
path: "/{{ volume_name }}/{{ qtree_name }}"
advanced_rights:
full_control: true
vserver: "{{ vserver_name }}"```
Any idea?