mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
Attempting to fix py2 test issues
This commit is contained in:
committed by
AlanCoding
parent
b80127dd40
commit
b7ab6ba9bb
@@ -33,7 +33,7 @@ class ItemNotDefined(Exception):
|
|||||||
|
|
||||||
class TowerModule(AnsibleModule):
|
class TowerModule(AnsibleModule):
|
||||||
# This gets set by the make process so whatever is in here is irrelevant
|
# 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"
|
_COLLECTION_TYPE = "awx"
|
||||||
# This maps the collections type (awx/tower) to the values returned by the API
|
# 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
|
# Those values can be found in awx/api/generics.py line 204
|
||||||
|
|||||||
Reference in New Issue
Block a user