1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fix improper indentation

This commit is contained in:
Toshio Kuratomi 2015-09-15 14:25:22 -07:00 committed by Matt Clay
parent dabf94ab1f
commit 29cfd80220

View file

@ -598,7 +598,6 @@ def main():
list_instance_profiles_response.
list_instance_profiles_result.
instance_profiles]
except boto.exception.BotoServerError, err:
module.fail_json(msg=err.message)