Commit 9a0fa298 by Michael DeHaan

Merge pull request #6270 from ToBeReplaced/ejabberd_user_doc

Add comment about mod_admin_extra
parents d063cfaf 23d4ecc2
......@@ -23,7 +23,7 @@ version_added: "1.5"
author: Peter Sprygada
short_description: Manages users for ejabberd servers
requirements:
- ejabberd
- ejabberd with mod_admin_extra
description:
- This module provides user management for ejabberd servers
options:
......@@ -54,6 +54,7 @@ options:
notes:
- Password parameter is required for state == present only
- Passwords must be stored in clear text for this release
- The ejabberd configuration file must include mod_admin_extra as a module.
'''
EXAMPLES = '''
Example playbook entries using the ejabberd_user module to manage users state.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment