Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DigitalOcean: typecast map function for Python3 (ansible#37126)
In Python2, `map` returns list whereas Python3, `map` function returns iterator. This fix typecast map function for Python3. Fixes: ansible#37114 Signed-off-by: Abhijeet Kasurde <[email protected]>
- Loading branch information