fixed documentation
This commit is contained in:
parent
de4a271dd0
commit
404483ea83
1 changed files with 2 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: win_service_configure
|
module: win_owner
|
||||||
version_added: "2.0"
|
version_added: "2.0"
|
||||||
short_description: Set owner
|
short_description: Set owner
|
||||||
description:
|
description:
|
||||||
|
@ -33,12 +33,10 @@ options:
|
||||||
description:
|
description:
|
||||||
- Path to be used for changing owner
|
- Path to be used for changing owner
|
||||||
required: true
|
required: true
|
||||||
default: null
|
|
||||||
user:
|
user:
|
||||||
description:
|
description:
|
||||||
- Name to be used for changing owner
|
- Name to be used for changing owner
|
||||||
required: true
|
required: true
|
||||||
default: null
|
|
||||||
recurse:
|
recurse:
|
||||||
description:
|
description:
|
||||||
- Indicates if the owner should be changed recursively
|
- Indicates if the owner should be changed recursively
|
||||||
|
@ -47,7 +45,7 @@ options:
|
||||||
- no
|
- no
|
||||||
- yes
|
- yes
|
||||||
default: no
|
default: no
|
||||||
author: Hans-Joachim Kliemeck
|
author: Hans-Joachim Kliemeck (@h0nIg)
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
Loading…
Reference in a new issue