mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Jumbo DOCUMENTATION patch
This commit is contained in:
@@ -24,8 +24,10 @@ DOCUMENTATION = '''
|
||||
module: ping
|
||||
short_description: Try to connect to host and return 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 /usr/bin/ansible
|
||||
version_added: "0.7"
|
||||
- A trivial test module, this module always returns 'pong' on successful
|
||||
contact. It does not make sense in playbooks, but is useful from
|
||||
C(/usr/bin/ansible)
|
||||
version_added: "0.1"
|
||||
examples:
|
||||
- code: ansible webservers -m ping
|
||||
description: Test 'webservers' status
|
||||
|
||||
Reference in New Issue
Block a user