From 39aab8fe06cb6643dcb082c5a192c9974d9219bb Mon Sep 17 00:00:00 2001 From: Hans-Joachim Kliemeck Date: Tue, 12 Jan 2016 12:41:41 +0100 Subject: [PATCH] fixxed tests --- windows/win_share.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/windows/win_share.py b/windows/win_share.py index e7c87ccf8a4..14608e6e17f 100644 --- a/windows/win_share.py +++ b/windows/win_share.py @@ -24,7 +24,7 @@ DOCUMENTATION = ''' --- module: win_share -version_added: "2.0" +version_added: "2.1" short_description: Manage Windows shares description: - Add, modify or remove Windows share and set share permissions. @@ -80,7 +80,7 @@ options: - Specify user list that should get no access, regardless of implied access on share, separated by comma. required: no default: none -Hans-Joachim Kliemeck (@h0nIg) +author: Hans-Joachim Kliemeck (@h0nIg) ''' EXAMPLES = ''' @@ -110,4 +110,8 @@ EXAMPLES = ''' win_share: name: internal state: absent +''' + +RETURN = ''' + ''' \ No newline at end of file