mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Fixed ansible module import which I changed chasing a better PEP-8 score.
This commit is contained in:
@@ -128,5 +128,5 @@ def main():
|
||||
module.fail_json(msg='Request Failed', reason=e)
|
||||
module.exit_json(changed=True, annotation=resp.json())
|
||||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible.module_utils.basic import *
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user