Hi,
I am currently changing our existing playbooks from ZAPI to Rest.
I need to create a role using the Ansible module na_ontap_user_role.
With Zapi the module has worked without any problems so far.
With the change to Rest there is a strange behavior.
Whenever I run the playbook, the permissions of the group change.
Normally the group should have the following permissions:
DEFAULT none
volume snapshot create all
volume snapshot delete all
volume snapshot modify all
volume snapshot show all
If I run the playbook several times in a row, the permissions keep changing between:
DEFAULT none
volume snapshot show all
and:
DEFAULT none
volume snapshot create all
volume snapshot delete all
volume snapshot modify all
volume snapshot show all
With the ZAPI call the group was created correctly and I was able to run the playbook multiple times.
When I call the playbook with a rest call, the rights keep changing as described above.
Can anyone help me?