From 7978afe1fde538380ed4c613cbca8b895c22efb0 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Kliemeck Date: Sun, 18 Oct 2015 17:26:12 +0200 Subject: [PATCH] fixed documentation --- windows/win_owner.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/windows/win_owner.py b/windows/win_owner.py index 9af816abfe9..f96b10766b3 100644 --- a/windows/win_owner.py +++ b/windows/win_owner.py @@ -23,7 +23,7 @@ DOCUMENTATION = ''' --- -module: win_service_configure +module: win_owner version_added: "2.0" short_description: Set owner description: @@ -33,12 +33,10 @@ description: - Path to be used for changing owner required: true - default: null user: description: - Name to be used for changing owner required: true - default: null recurse: description: - Indicates if the owner should be changed recursively @@ -47,7 +45,7 @@ - no - yes default: no -author: Hans-Joachim Kliemeck +author: Hans-Joachim Kliemeck (@h0nIg) ''' EXAMPLES = '''