From 70936bbf8b1a6f317fce67c5bd1c1e3be19b6656 Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Wed, 18 Jun 2014 10:31:41 -0500 Subject: [PATCH] A couple of DOCUMENTATION fixes for win_ping and win_stat --- windows/win_ping | 1 + windows/win_stat | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/win_ping b/windows/win_ping index 9ec649b7e4d..4e7e32c45ac 100644 --- a/windows/win_ping +++ b/windows/win_ping @@ -28,6 +28,7 @@ version_added: "1.7" short_description: A windows version of the classic ping module. description: - Checks management connectivity of a windows host +options: {} author: Chris Church ''' diff --git a/windows/win_stat b/windows/win_stat index d591663da4d..5aba801a67d 100644 --- a/windows/win_stat +++ b/windows/win_stat @@ -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