mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
Fixing doc issue
This commit is contained in:
@@ -27,10 +27,12 @@ options:
|
|||||||
get_all:
|
get_all:
|
||||||
description:
|
description:
|
||||||
- If the resulting query is paginated, return all pages.
|
- If the resulting query is paginated, return all pages.
|
||||||
- note: If the query is not filtered properly this can cause a performance impact.
|
|
||||||
- note: In addition, the built in threshold is 10,000 items; if the query returns more an exception will be thrown.
|
|
||||||
type: boolean
|
type: boolean
|
||||||
default: False
|
default: False
|
||||||
|
|
||||||
|
notes:
|
||||||
|
- If the query is not filtered properly this can cause a performance impact.
|
||||||
|
- In addition, the built in threshold is 10,000 items; if the query returns more an exception will be thrown.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = """
|
EXAMPLES = """
|
||||||
|
|||||||
Reference in New Issue
Block a user