I'm trying to create a user and role using REST_API, and I'm running 9.15.x and keep receiving the following error when running the playbook: localhost]: FAILED! => {"changed": false, "msg": "missing required arguments: command_directory_name"} Why am I receiving this error if I'm only trying to apply REST and the error above is only valid for ZAPI? I'm only providing a snippet of the playbook since I'm sure you don't want the entire playbook posted here.
I have shortened the playbook as much as possible, and I still receive that error even if I only apply "/api" to just give the user all REST permissions, but still the same error.
I'm using netapp.ontap version 22.13.0.
privileges: - path: /api/storage/volumes access: all - path: /api/storage/luns access: all - path: /api/protocols/nfs/export-policies https: true validate_certs: false use_rest: always