simplify module utils files

This commit is contained in:
sean-m-ssullivan 2021-09-28 11:43:28 -04:00
parent dd4943310d
commit 5b28e7b397

View File

@ -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