Files
community.general/lib/ansible/modules/cloud
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
..
2019-02-15 06:54:47 -08:00
2019-04-03 13:31:59 -04:00
2019-04-04 08:55:34 +01:00
2019-02-15 12:57:20 +01:00
2019-02-15 07:19:04 -08:00
2018-11-28 13:55:52 +05:30
2018-09-24 21:03:50 +02:00
2019-04-04 08:29:47 +01:00
2018-11-28 13:55:52 +05:30
2018-11-28 13:55:52 +05:30
2019-02-15 06:54:47 -08:00
2019-02-15 06:54:47 -08:00