mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
* Fixes #35468: ADD max_results to the nios api * Fixes #35468: fix nios unittest * Fixes #35468: document the module docs fragments for nios
This commit is contained in:
committed by
John R Barker
parent
c282e4e00f
commit
287f3a609e
@@ -76,6 +76,15 @@ options:
|
||||
variable.
|
||||
required: false
|
||||
default: 1.4
|
||||
max_results:
|
||||
description:
|
||||
- Specifies the maximum number of objects to be returned,
|
||||
if set to a negative number the appliance will return an error when the
|
||||
number of returned objects would exceed the setting.
|
||||
- Value can also be specified using C(INFOBLOX_MAX_RESULTS) environment
|
||||
variable.
|
||||
required: false
|
||||
default: 1000
|
||||
notes:
|
||||
- "This module must be run locally, which can be achieved by specifying C(connection: local)."
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user