mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-23 06:21:43 -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
|
@ -74,4 +74,3 @@ EXAMPLES=r'''
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -97,4 +97,3 @@ EXAMPLES=r'''
|
||||||
log_path: c:\ansible_win_domain_controller.txt
|
log_path: c:\ansible_win_domain_controller.txt
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -91,4 +91,3 @@ EXAMPLES = r'''
|
||||||
name: TestVariable
|
name: TestVariable
|
||||||
level: user
|
level: user
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@ ANSIBLE_METADATA = {'metadata_version': '1.0',
|
||||||
'supported_by': 'community'}
|
'supported_by': 'community'}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
DOCUMENTATION = r'''
|
DOCUMENTATION = r'''
|
||||||
---
|
---
|
||||||
module: win_iis_webapppool
|
module: win_iis_webapppool
|
||||||
|
@ -151,4 +150,3 @@ info:
|
||||||
type: string
|
type: string
|
||||||
sample: "Started"
|
sample: "Started"
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -96,4 +96,3 @@ wait:
|
||||||
type: boolean
|
type: boolean
|
||||||
sample: false
|
sample: false
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -82,4 +82,3 @@ EXAMPLES = r'''
|
||||||
path: C:\7z920-x64.msi
|
path: C:\7z920-x64.msi
|
||||||
state: absent
|
state: absent
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -52,4 +52,3 @@ EXAMPLES = r'''
|
||||||
- win_ping:
|
- win_ping:
|
||||||
data: crash
|
data: crash
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -71,4 +71,3 @@ path:
|
||||||
type: string
|
type: string
|
||||||
sample: C:\Users\Administrator\AppData\Local\Temp\ansible.bMlvdk
|
sample: C:\Users\Administrator\AppData\Local\Temp\ansible.bMlvdk
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -766,17 +766,6 @@ lib/ansible/modules/web_infrastructure/ansible_tower/tower_team.py
|
||||||
lib/ansible/modules/web_infrastructure/ansible_tower/tower_user.py
|
lib/ansible/modules/web_infrastructure/ansible_tower/tower_user.py
|
||||||
lib/ansible/modules/web_infrastructure/ejabberd_user.py
|
lib/ansible/modules/web_infrastructure/ejabberd_user.py
|
||||||
lib/ansible/modules/web_infrastructure/jboss.py
|
lib/ansible/modules/web_infrastructure/jboss.py
|
||||||
lib/ansible/modules/windows/win_disk_image.py
|
|
||||||
lib/ansible/modules/windows/win_dns_client.py
|
|
||||||
lib/ansible/modules/windows/win_domain.py
|
|
||||||
lib/ansible/modules/windows/win_domain_controller.py
|
|
||||||
lib/ansible/modules/windows/win_domain_membership.py
|
|
||||||
lib/ansible/modules/windows/win_environment.py
|
|
||||||
lib/ansible/modules/windows/win_iis_webapppool.py
|
|
||||||
lib/ansible/modules/windows/win_msg.py
|
|
||||||
lib/ansible/modules/windows/win_msi.py
|
|
||||||
lib/ansible/modules/windows/win_ping.py
|
|
||||||
lib/ansible/modules/windows/win_tempfile.py
|
|
||||||
lib/ansible/parsing/dataloader.py
|
lib/ansible/parsing/dataloader.py
|
||||||
lib/ansible/parsing/mod_args.py
|
lib/ansible/parsing/mod_args.py
|
||||||
lib/ansible/parsing/quoting.py
|
lib/ansible/parsing/quoting.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue