mirror of https://github.com/ansible/ansible.git
DigitalOcean: typecast map function for Python3 (#37168)
In Python2, `map` returns list whereas Python3, `map` function
returns iterator. This fix typecast map function for Python3.
Fixes: #37114
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 8f3f7f104f
)
pull/37228/head
parent
e02b237649
commit
1842e34a73
Loading…
Reference in New Issue