mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 17:37:30 -02:30
simplify module utils files
This commit is contained in:
@@ -27,6 +27,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
HAS_YAML = False
|
HAS_YAML = False
|
||||||
|
|
||||||
|
|
||||||
class ConfigFileException(Exception):
|
class ConfigFileException(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
@@ -284,6 +285,7 @@ class ControllerModule(AnsibleModule):
|
|||||||
else:
|
else:
|
||||||
super().warn(warning)
|
super().warn(warning)
|
||||||
|
|
||||||
|
|
||||||
class ControllerAPIModule(ControllerModule):
|
class ControllerAPIModule(ControllerModule):
|
||||||
# TODO: Move the collection version check into controller_module.py
|
# TODO: Move the collection version check into controller_module.py
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user