mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
changes default WAPI version to 2.1 (#37578)
This commit is contained in:
committed by
John R Barker
parent
98b29f8ad6
commit
e5d44934e7
@@ -50,7 +50,7 @@ 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='2.1'),
|
||||
'max_results': dict(type='int', default=1000)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user