ansible/network/f5
Tim Rupp 56a517b054 Fixes missing validate_certs parameter
The bigip_api method was changed in the module_utils function definition
to include the validate_certs option but the bigip_virtual_server module
was not updated accordingly. This patch updates the method so that the
error message below is not returned to the user

received exception: bigip_api() takes exactly 4 arguments (3 given)
2016-02-01 16:27:09 -08:00
..
__init__.py
bigip_facts.py Update f5 validate_certs functionality to do the right thing on multiple python versions 2015-12-24 11:57:15 -08:00
bigip_gtm_wide_ip.py Improve example wide_ip variable 2015-09-21 10:18:27 -05:00
bigip_monitor_http.py Update f5 validate_certs functionality to do the right thing on multiple python versions 2015-12-24 11:57:15 -08:00
bigip_monitor_tcp.py Update f5 validate_certs functionality to do the right thing on multiple python versions 2015-12-24 11:57:15 -08:00
bigip_node.py Update f5 validate_certs functionality to do the right thing on multiple python versions 2015-12-24 11:57:15 -08:00
bigip_pool.py Update f5 validate_certs functionality to do the right thing on multiple python versions 2015-12-24 11:57:15 -08:00
bigip_pool_member.py Update f5 validate_certs functionality to do the right thing on multiple python versions 2015-12-24 11:57:15 -08:00
bigip_virtual_server.py Fixes missing validate_certs parameter 2016-02-01 16:27:09 -08:00