mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42: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
@@ -50,7 +50,8 @@ nios_provider_spec = {
|
||||
'http_pool_connections': dict(type='int', default=10),
|
||||
'http_pool_maxsize': dict(type='int', default=10),
|
||||
'max_retries': dict(type='int', default=3),
|
||||
'wapi_version': dict(default='1.4')
|
||||
'wapi_version': dict(default='1.4'),
|
||||
'max_results': dict(type='int', default=1000)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user