From b7ab6ba9bbaa52dad7131a449895f5fe8143cffb Mon Sep 17 00:00:00 2001 From: John Westcott IV Date: Wed, 29 Apr 2020 10:05:04 -0400 Subject: [PATCH] Attempting to fix py2 test issues --- awx_collection/plugins/module_utils/tower_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx_collection/plugins/module_utils/tower_api.py b/awx_collection/plugins/module_utils/tower_api.py index 92328ae078..1ccc464deb 100644 --- a/awx_collection/plugins/module_utils/tower_api.py +++ b/awx_collection/plugins/module_utils/tower_api.py @@ -33,7 +33,7 @@ class ItemNotDefined(Exception): class TowerModule(AnsibleModule): # This gets set by the make process so whatever is in here is irrelevant - _COLLECTION_VERSION = "11.0.0" + _COLLECTION_VERSION = "11.1.0" _COLLECTION_TYPE = "awx" # This maps the collections type (awx/tower) to the values returned by the API # Those values can be found in awx/api/generics.py line 204