fixxed tests

reviewable/pr18780/r1
Hans-Joachim Kliemeck 9 years ago
parent c239ee31ac
commit 39aab8fe06

@ -24,7 +24,7 @@
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: win_share module: win_share
version_added: "2.0" version_added: "2.1"
short_description: Manage Windows shares short_description: Manage Windows shares
description: description:
- Add, modify or remove Windows share and set share permissions. - 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. - Specify user list that should get no access, regardless of implied access on share, separated by comma.
required: no required: no
default: none default: none
Hans-Joachim Kliemeck (@h0nIg) author: Hans-Joachim Kliemeck (@h0nIg)
''' '''
EXAMPLES = ''' EXAMPLES = '''
@ -110,4 +110,8 @@ EXAMPLES = '''
win_share: win_share:
name: internal name: internal
state: absent state: absent
'''
RETURN = '''
''' '''
Loading…
Cancel
Save