Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ec2_group_facts tag list should have case preserved (ansible#24760)
Tags should retain case, and should not be snake cased. Easiest way to do this is to snake before converting tag list as while that affects the keys of the boto3 tag lists, it doesn't affect the values. Need to use `tag_value_key_name` and `tag_name_key_name` following recent change to `boto3_tag_list_to_ansible_dict`, which used to handle both `key`/`Key` and `value`/`Value`
- Loading branch information