A couple of DOCUMENTATION fixes for win_ping and win_stat
parent
e3cc1eaefc
commit
9ca83446a2
|
@ -28,6 +28,7 @@ version_added: "1.7"
|
||||||
short_description: A windows version of the classic ping module.
|
short_description: A windows version of the classic ping module.
|
||||||
description:
|
description:
|
||||||
- Checks management connectivity of a windows host
|
- Checks management connectivity of a windows host
|
||||||
|
options: {}
|
||||||
author: Chris Church
|
author: Chris Church
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@ author: Chris Church
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Obtain information about a file
|
# Obtain information about a file
|
||||||
|
|
||||||
- win_stat: path=C:\foo.ini
|
- win_stat: path=C:\\foo.ini
|
||||||
register: file_info
|
register: file_info
|
||||||
|
|
||||||
- debug: var=file_info
|
- debug: var=file_info
|
||||||
|
|
Loading…
Reference in New Issue