Fix EC2_TAG module output structure when listing tags

pull/4420/head
Andrea Mandolo 2014-07-15 14:26:53 +02:00
parent f063aafeeb
commit d346b76fb7
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ def main():
module.exit_json(msg="Tags %s removed for resource %s." % (dictremove,resource), changed=True)
if state == 'list':
module.exit_json(changed=False, **tagdict)
module.exit_json(changed=False, tags=tagdict)
sys.exit(0)
# import module snippets