mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 16:28:43 -03:30
Added note about exception if list view return is > max_objects
This commit is contained in:
@@ -58,6 +58,7 @@ options:
|
|||||||
max_objects:
|
max_objects:
|
||||||
description:
|
description:
|
||||||
- if C(return_all) is true, this is the maximum of number of objects to return from the list.
|
- if C(return_all) is true, this is the maximum of number of objects to return from the list.
|
||||||
|
- If a list view returns more an max_objects an exception will be raised
|
||||||
type: integer
|
type: integer
|
||||||
default: 1000
|
default: 1000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user