you are missing `options:`  in your fragment, you are listing them
directly at top level which won't be understood.

```
class ModuleDocFragment(object):

    DOCUMENTATION = r'''
options:
    array_ip:
      description:
      - "The storage system IP address."
      required: True
    array_password:
      description:
      - "The storage system password."
      required: True
    array_username:
      description:
      - "The storage system user name."
      required: True
    '''
```


-- 
----------
Brian Coca

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CACVha7eXKQHEWFewyi8E0RgVy9v7VZNw0q3d4eBkFapg9FRo5A%40mail.gmail.com.

Reply via email to