mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +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:
@@ -22,6 +22,7 @@
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ping
|
||||
version_added: historical
|
||||
short_description: Try to connect to host and return C(pong) on success.
|
||||
description:
|
||||
- A trivial test module, this module always returns C(pong) on successful
|
||||
|
||||
@@ -37,6 +37,7 @@ import StringIO
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: setup
|
||||
version_added: historical
|
||||
short_description: Gathers facts about remote hosts
|
||||
options:
|
||||
filter:
|
||||
|
||||
Reference in New Issue
Block a user