You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tag values are accessible under ansible_ec2_tags_instance_<tag_name>, so this is more a case of missing documentation bug than a missing feature.
Originally it wasn't possible to return dictionaries as fact values, this is now possible, so it might make sense to support returning the tags as a dict...
Summary
https://docs.ansible.com/ansible/latest/collections/amazon/aws/ec2_metadata_facts_module.html#return-ansible_facts/ansible_ec2_instance_tags_keys
States that it returns the keys. But, there is no way to get the values.
Can we add a way to get the tag Values?
Issue Type
Feature Idea
Component Name
ec2_metadata_facts
Additional Information
Code of Conduct
The text was updated successfully, but these errors were encountered: