netapp - na_cdot_user_role

Hi,

i try to set role on my storagebox by using module:

https://docs.ansible.com/ansible/na_cdot_user_role_module.html

but run in following issue:

`
ERROR! ‘na_cdot_user_role’ is not a valid attribute for a Play

The error appears to have been in ‘/ansible/ansible/roles/storage.roles/tasks/storage_set_role.yml’: line 2, column 3, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

Hi,

i try to set role on my storagebox by using module:

https://docs.ansible.com/ansible/na_cdot_user_role_module.html

but run in following issue:

ERROR! 'na_cdot_user_role' is not a valid attribute for a Play

<snip>

Ansible info:
ansible 2.2.1.0
  config file = /etc/ansible/ansible.cfg
  configured module search path = Default w/o overrides

"New in version 2.3."

You are using 2.2.1.0 and 2.3 is not released yet.

Hi,

I am facing the same issue. I have the latest version of ansible (2.3) and the netapp-lib (latest version) installed.

Its solved!

That's great news!
To help others out there - how exactly did you solve it?