mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03:30
remove rebase cruft
This commit is contained in:
parent
ef9f9129ba
commit
84af610a1f
@ -253,13 +253,6 @@ class TaskManager:
|
||||
}
|
||||
dependencies = [{'type': get_type_for_model(type(t)), 'id': t.id} for t in dependent_tasks]
|
||||
|
||||
if task.supports_isolation() and rampart_group.controller_id:
|
||||
try:
|
||||
rampart_group.choose_online_controller_node()
|
||||
except IndexError:
|
||||
logger.debug("No controllers available in group {} to run {}".format(rampart_group.name, task.log_format))
|
||||
return
|
||||
|
||||
task.status = 'waiting'
|
||||
|
||||
(start_status, opts) = task.pre_start()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user