sanity tests

This commit is contained in:
Seth Foster
2021-06-03 16:28:12 -04:00
parent cd100fd770
commit 4bd910493a
11 changed files with 36 additions and 50 deletions

View File

@@ -22,7 +22,7 @@ class ControllerAWXKitModule(ControllerModule):
def __init__(self, argument_spec, **kwargs):
kwargs['supports_check_mode'] = False
super(ControllerAWXKitModule, self).__init__(argument_spec=argument_spec, **kwargs)
super().__init__(argument_spec=argument_spec, **kwargs)
# Die if we don't have AWX_KIT installed
if not HAS_AWX_KIT: