From 3c0226598664daa1b25f2a725148f6d3edc255f2 Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Tue, 9 Jun 2020 14:11:46 -0400 Subject: [PATCH] Fixing doc issue --- awx_collection/plugins/lookup/tower_api.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 = """