mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
Various simple linting type cleanups on modules
This commit is contained in:
parent
4ec0ccd5ac
commit
aaf762573e
11 changed files with 8 additions and 14 deletions
|
@ -356,7 +356,6 @@ def main():
|
|||
result = SysctlModule(module)
|
||||
|
||||
module.exit_json(changed=result.changed)
|
||||
sys.exit(0)
|
||||
|
||||
# import module snippets
|
||||
from ansible.module_utils.basic import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue