mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -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
|
@ -48,7 +48,7 @@ notes:
|
|||
author: "Matt Davis (@nitzmahone)"
|
||||
'''
|
||||
|
||||
EXAMPLES=r'''
|
||||
EXAMPLES = r'''
|
||||
# set a single address on the adapter named Ethernet
|
||||
- win_dns_client:
|
||||
adapter_names: Ethernet
|
||||
|
@ -68,6 +68,6 @@ EXAMPLES=r'''
|
|||
ipv4_addresses: []
|
||||
'''
|
||||
|
||||
RETURN='''
|
||||
RETURN = '''
|
||||
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue