Pep8 fixes for Windows module (#24349)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2017-05-08 01:29:35 +05:30 committed by jhawkesworth
parent 86bf27511c
commit 9c5b55232c
12 changed files with 15 additions and 35 deletions

View file

@ -24,7 +24,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0',
'supported_by': 'core'}
DOCUMENTATION='''
DOCUMENTATION = '''
module: win_domain_membership
short_description: Manage domain/workgroup membership for a Windows host
version_added: 2.3
@ -58,7 +58,7 @@ author:
- Matt Davis (@nitzmahone)
'''
RETURN='''
RETURN = '''
reboot_required:
description: True if changes were made that require a reboot.
returned: always
@ -66,7 +66,7 @@ reboot_required:
sample: true
'''
EXAMPLES='''
EXAMPLES = '''
# host should be a member of domain ansible.vagrant; module will ensure the hostname is mydomainclient
# and will use the passed credentials to join domain if necessary.