mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
remove self from function outside of class (#24017)
* remove self from function outside of class * fix indentation
This commit is contained in:
committed by
Sloane Hertel
parent
a3053d8c2c
commit
45ac28ba04
@@ -257,8 +257,8 @@ def main():
|
||||
elbs=elb_information.list_elbs())
|
||||
|
||||
except BotoServerError as err:
|
||||
self.module.fail_json(msg="{0}: {1}".format(err.error_code, err.error_message),
|
||||
exception=traceback.format_exc())
|
||||
module.fail_json(msg="{0}: {1}".format(err.error_code, err.error_message),
|
||||
exception=traceback.format_exc())
|
||||
|
||||
module.exit_json(**ec2_facts_result)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user