mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix typo in ping module short description
This commit is contained in:
parent
1c1c8d0854
commit
aaa82d1942
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: ping
|
module: ping
|
||||||
version_added: historical
|
version_added: historical
|
||||||
short_description: Try to connect to host, veryify a usable python and return C(pong) on success.
|
short_description: Try to connect to host, verify a usable python and return C(pong) on success.
|
||||||
description:
|
description:
|
||||||
- A trivial test module, this module always returns C(pong) on successful
|
- 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
|
contact. It does not make sense in playbooks, but it is useful from
|
||||||
|
|
Loading…
Reference in a new issue