mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Added ping module author in docs.
This commit is contained in:
parent
2aaaf986d3
commit
29ffed869c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ version_added: "0.7"
|
||||||
examples:
|
examples:
|
||||||
- code: ansible webservers -m ping
|
- code: ansible webservers -m ping
|
||||||
description: Test 'webservers' status
|
description: Test 'webservers' status
|
||||||
author:
|
author: Michael DeHaan
|
||||||
'''
|
'''
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
|
|
Loading…
Reference in a new issue