various references to tower

This commit is contained in:
Seth Foster
2021-05-05 23:42:54 -04:00
parent 82c5803e59
commit 1ade9b3a7d
4 changed files with 6 additions and 6 deletions

View File

@@ -98,7 +98,7 @@ def main():
cancel_page = module.get_endpoint(command['related']['cancel'])
if 'json' not in cancel_page or 'can_cancel' not in cancel_page['json']:
module.fail_json(msg="Failed to cancel command, got unexpected response from tower", **{'response': cancel_page})
module.fail_json(msg="Failed to cancel command, got unexpected response", **{'response': cancel_page})
if not cancel_page['json']['can_cancel']:
if fail_if_not_running: