mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
DOCUMENTATION strings
This commit is contained in:
@@ -22,10 +22,10 @@
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: ping
|
||||
short_description: Try to connect to host and return pong on success.
|
||||
short_description: Try to connect to host and return C(pong) on success.
|
||||
description:
|
||||
- A trivial test module, this module always returns 'pong' on successful
|
||||
contact. It does not make sense in playbooks, but is useful from
|
||||
- A trivial test module, this module always returns C(pong) on successful
|
||||
contact. It does not make sense in playbooks, but it is useful from
|
||||
C(/usr/bin/ansible)
|
||||
options: {}
|
||||
examples:
|
||||
|
||||
Reference in New Issue
Block a user