mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
simplify module utils files
This commit is contained in:
parent
dd4943310d
commit
5b28e7b397
@ -27,6 +27,7 @@ try:
|
||||
except ImportError:
|
||||
HAS_YAML = False
|
||||
|
||||
|
||||
class ConfigFileException(Exception):
|
||||
pass
|
||||
|
||||
@ -284,6 +285,7 @@ class ControllerModule(AnsibleModule):
|
||||
else:
|
||||
super().warn(warning)
|
||||
|
||||
|
||||
class ControllerAPIModule(ControllerModule):
|
||||
# TODO: Move the collection version check into controller_module.py
|
||||
# This gets set by the make process so whatever is in here is irrelevant
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user