Fixing sanity error

This commit is contained in:
John Westcott IV 2020-08-19 14:14:49 -04:00
parent 3abd77c4c0
commit 2c8c1ff595

View File

@ -161,5 +161,6 @@ def main():
if log_contents != '':
module.fail_json(msg=log_contents)
if __name__ == '__main__':
main()