mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
A couple of DOCUMENTATION fixes for win_ping and win_stat
This commit is contained in:
@@ -43,7 +43,7 @@ author: Chris Church
|
||||
EXAMPLES = '''
|
||||
# Obtain information about a file
|
||||
|
||||
- win_stat: path=C:\foo.ini
|
||||
- win_stat: path=C:\\foo.ini
|
||||
register: file_info
|
||||
|
||||
- debug: var=file_info
|
||||
|
||||
Reference in New Issue
Block a user