1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-27 19:42:49 +00:00
community.general/lib
Tyler Schwend daca7fa584 fix: return a list, specifically (#54537)
tags.keys() returns a list of the keys, sure. But in Python 3 it's a 
"dict_keys" class, and BOTO is expecting a list. So let's make this work 
in Python 3.

list(tags) returns a list of the keys in Python 2 and Python3. That 
seems to be what we want.
2019-04-05 12:09:48 +10:00
..
ansible fix: return a list, specifically (#54537) 2019-04-05 12:09:48 +10:00