diff --git a/awx_collection/plugins/lookup/tower_api.py b/awx_collection/plugins/lookup/tower_api.py index 370d477daa..f849d78f77 100644 --- a/awx_collection/plugins/lookup/tower_api.py +++ b/awx_collection/plugins/lookup/tower_api.py @@ -27,10 +27,12 @@ options: get_all: description: - 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 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 = """