From 404483ea83d1fd8d4adad6d756b4b2574956b08f Mon Sep 17 00:00:00 2001 From: Hans-Joachim Kliemeck Date: Sun, 18 Oct 2015 17:26:12 +0200 Subject: [PATCH] fixed documentation --- lib/ansible/modules/extras/windows/win_owner.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/ansible/modules/extras/windows/win_owner.py b/lib/ansible/modules/extras/windows/win_owner.py index 9af816abfe9..f96b10766b3 100644 --- a/lib/ansible/modules/extras/windows/win_owner.py +++ b/lib/ansible/modules/extras/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 @@ options: 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 @@ options: - no - yes default: no -author: Hans-Joachim Kliemeck +author: Hans-Joachim Kliemeck (@h0nIg) ''' EXAMPLES = '''