mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Add version_added to all modules missing version_added information, the docs formatter will now
raise errors when omitted, updated changelog with new modules.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ejabberd_user
|
||||
version_added: "1.5"
|
||||
author: Peter Sprygada
|
||||
short_description: Manages users for ejabberd servers
|
||||
requirements:
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
#
|
||||
DOCUMENTATION = """
|
||||
module: htpasswd
|
||||
version_added: "1.3"
|
||||
short_description: manage user files for basic authentication
|
||||
description:
|
||||
- Add and remove username/password entries in a password file using htpasswd.
|
||||
|
||||
@@ -20,10 +20,10 @@
|
||||
|
||||
DOCUMENTATION = """
|
||||
module: jboss
|
||||
version_added: "1.4"
|
||||
short_description: deploy applications to JBoss
|
||||
description:
|
||||
- Deploy applications to JBoss standalone using the filesystem
|
||||
version_added: "1.4"
|
||||
options:
|
||||
deployment:
|
||||
required: true
|
||||
|
||||
Reference in New Issue
Block a user