mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Changes to author formatting, remove emails
This commit is contained in:
committed by
Matt Clay
parent
f98648bf6f
commit
c65a612d1f
@@ -20,7 +20,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: ejabberd_user
|
||||
version_added: "1.5"
|
||||
author: '"Peter Sprygada (@privateip)" <sprygada@gmail.com>'
|
||||
author: "Peter Sprygada (@privateip)"
|
||||
short_description: Manages users for ejabberd servers
|
||||
requirements:
|
||||
- ejabberd with mod_admin_extra
|
||||
|
||||
@@ -47,7 +47,7 @@ options:
|
||||
notes:
|
||||
- "The JBoss standalone deployment-scanner has to be enabled in standalone.xml"
|
||||
- "Ensure no identically named application is deployed through the JBoss CLI"
|
||||
author: '"Jeroen Hoekx (@jhoekx)" <jeroen.hoekx@dsquare.be>'
|
||||
author: "Jeroen Hoekx (@jhoekx)"
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
||||
@@ -99,7 +99,7 @@ options:
|
||||
notes:
|
||||
- "Currently this only works with basic-auth."
|
||||
|
||||
author: '"Steve Smith (@tarka)" <ssmith@atlassian.com>'
|
||||
author: "Steve Smith (@tarka)"
|
||||
"""
|
||||
|
||||
EXAMPLES = """
|
||||
|
||||
Reference in New Issue
Block a user