infobloxopen / infoblox-ansible

Ansible modules for interfacing to Infoblox systems
GNU General Public License v3.0
54 stars 61 forks source link

max_results uses the INFOBLOX_MAX_RETRIES environment variable #198

Open dthomson-triumf opened 10 months ago

dthomson-triumf commented 10 months ago

See:

https://github.com/infobloxopen/infoblox-ansible/blob/b0401ab535e56f14ec8329a0fdae3c54369245d6/plugins/module_utils/api.py#L88C4-L88C4

This should be INFOBLOX_MAX_RESULTS or something like that.

dthomson-triumf commented 10 months ago

While I'm at it: https://github.com/infobloxopen/infoblox-ansible/blob/master/plugins/module_utils/api.py#L87C92-L87C92 looks like it should probably be using INFOBLOX_WAPI_VERSION not INFOBLOX_WAP_VERSION.