mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Merge pull request #8145 from amandolo/ec2_tag
Fix EC2_TAG module output structure when listing tags
This commit is contained in:
@@ -142,7 +142,7 @@ def main():
|
|||||||
module.exit_json(msg="Tags %s removed for resource %s." % (dictremove,resource), changed=True)
|
module.exit_json(msg="Tags %s removed for resource %s." % (dictremove,resource), changed=True)
|
||||||
|
|
||||||
if state == 'list':
|
if state == 'list':
|
||||||
module.exit_json(changed=False, **tagdict)
|
module.exit_json(changed=False, tags=tagdict)
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
|
|
||||||
# import module snippets
|
# import module snippets
|
||||||
|
|||||||
Reference in New Issue
Block a user