mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
fail immediately if an isolated host is unreachable at launch time
see: https://github.com/ansible/tower/issues/2643
This commit is contained in:
parent
6e3686bfc9
commit
aee986d53c
@ -491,8 +491,5 @@ class IsolatedManager(object):
|
||||
status, rc = self.dispatch()
|
||||
if status == 'successful':
|
||||
status, rc = self.check()
|
||||
else:
|
||||
# If dispatch fails, attempt to consume artifacts that *might* exist
|
||||
self.check()
|
||||
self.cleanup()
|
||||
return status, rc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user