mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 04:41:26 -07:00
A few coding style cleanups
This commit is contained in:
parent
e8a0b8b8ae
commit
5a0157a4f2
1 changed files with 6 additions and 5 deletions
|
@ -354,7 +354,8 @@ def main():
|
||||||
changed = 'Successfully installed' in out_pip
|
changed = 'Successfully installed' in out_pip
|
||||||
|
|
||||||
module.exit_json(changed=changed, cmd=cmd, name=name, version=version,
|
module.exit_json(changed=changed, cmd=cmd, name=name, version=version,
|
||||||
state=state, requirements=requirements, virtualenv=env, stdout=out, stderr=err)
|
state=state, requirements=requirements, virtualenv=env,
|
||||||
|
stdout=out, stderr=err)
|
||||||
|
|
||||||
# import module snippets
|
# import module snippets
|
||||||
from ansible.module_utils.basic import *
|
from ansible.module_utils.basic import *
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue