-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
max_results uses the INFOBLOX_MAX_RETRIES environment variable #198
Comments
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 |
JkhatriInfobox
added a commit
to JkhatriInfobox/infoblox-ansible
that referenced
this issue
Dec 12, 2023
Merged
matthewdennett
pushed a commit
to matthewdennett/infoblox-ansible
that referenced
this issue
May 28, 2024
* Fixed LBDN and Pool Object for transform fields [FIX] LBDN: auth_zone and pool field [FIX] POOL: servers and monitors field * Fixed BUGS for ENV Variables wapi_version and max_results BUG infobloxopen#198 BUG infobloxopen#185 * Resolve Issue infobloxopen#116 [ADD] Version to infoblox-client in requirement.txt
As env variable for max_result is fixed in PR #209 has been merged and released. Therefore, we are closing this issue. If the problem persists, please feel free to reopen it or create a new issue." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.The text was updated successfully, but these errors were encountered: