mirror of https://github.com/ansible/ansible.git
ec2_group_facts tag list should have case preserved (#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`pull/24777/head
parent
feafae70b5
commit
5741712a09
Loading…
Reference in New Issue