ansible / ansible-modules-extras

Ansible extra modules - these modules ship with ansible
947 stars 1.47k forks source link

Fix the usage of map since converting to using python six package #3679

Closed caphrim007 closed 7 years ago

caphrim007 commented 7 years ago
ISSUE TYPE
COMPONENT NAME

network/f5/bigip_virtual_server.py

ANSIBLE VERSION
ansible 1.9.2
  configured module search path = None
SUMMARY

six changed the map function to return an iterable. So we need to send that through the list method to get the value we need

caphrim007 commented 7 years ago

@gundalow what's wrong with shippable?

gundalow commented 7 years ago

Repos have been merged, so you need to raise this against ansible/ansible