mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 07:24:00 -07:00
Pep8 fixes for Windows module (#24349)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
86bf27511c
commit
9c5b55232c
12 changed files with 15 additions and 35 deletions
|
@ -23,7 +23,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0',
|
|||
'supported_by': 'core'}
|
||||
|
||||
|
||||
DOCUMENTATION='''
|
||||
DOCUMENTATION = '''
|
||||
module: win_domain_controller
|
||||
short_description: Manage domain controller/member server state 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
|
||||
|
@ -67,7 +67,7 @@ reboot_required:
|
|||
|
||||
'''
|
||||
|
||||
EXAMPLES=r'''
|
||||
EXAMPLES = r'''
|
||||
# ensure a server is a domain controller
|
||||
- hosts: winclient
|
||||
gather_facts: no
|
||||
|
@ -97,4 +97,3 @@ EXAMPLES=r'''
|
|||
log_path: c:\ansible_win_domain_controller.txt
|
||||
|
||||
'''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue