From fdb008fb8cb4aa1c05f7d3dc283e07d725ec03e8 Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Mon, 6 Jul 2020 09:21:01 -0400 Subject: [PATCH] Added note about exception if list view return is > max_objects --- awx_collection/plugins/lookup/tower_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx_collection/plugins/lookup/tower_api.py b/awx_collection/plugins/lookup/tower_api.py index 4b5de269e6..2e30964a2d 100644 --- a/awx_collection/plugins/lookup/tower_api.py +++ b/awx_collection/plugins/lookup/tower_api.py @@ -58,6 +58,7 @@ options: max_objects: description: - 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 default: 1000