mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-09 03:58:59 +00:00
Jumbo DOCUMENTATION patch
This commit is contained in:
parent
880328c10f
commit
e620fed755
18 changed files with 134 additions and 49 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue