summaryrefslogtreecommitdiff
path: root/web_infrastructure
diff options
context:
space:
mode:
authorToBeReplaced <ToBeReplaced@gmail.com>2014-03-04 09:19:44 -0500
committerToBeReplaced <ToBeReplaced@gmail.com>2014-03-04 09:19:44 -0500
commitb950ad6b1c760b00b2cc32e87cb63bd87f62bed6 (patch)
tree909caf7ab7ed6c91fbda58ed55bcd34d6d362e87 /web_infrastructure
parent87f17e7e940bc007c67d864695c4c62c5dd8bc0c (diff)
downloadansible-modules-core-b950ad6b1c760b00b2cc32e87cb63bd87f62bed6.tar.gz
Add comment about mod_admin_extra
Fixes issue #6027.
Diffstat (limited to 'web_infrastructure')
-rwxr-xr-x[-rw-r--r--]web_infrastructure/ejabberd_user3
1 files changed, 2 insertions, 1 deletions
diff --git a/web_infrastructure/ejabberd_user b/web_infrastructure/ejabberd_user
index 99b9859f..d8b03846 100644..100755
--- a/web_infrastructure/ejabberd_user
+++ b/web_infrastructure/ejabberd_user
@@ -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.