mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
remove rebase cruft
This commit is contained in:
@@ -253,13 +253,6 @@ class TaskManager:
|
|||||||
}
|
}
|
||||||
dependencies = [{'type': get_type_for_model(type(t)), 'id': t.id} for t in dependent_tasks]
|
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'
|
task.status = 'waiting'
|
||||||
|
|
||||||
(start_status, opts) = task.pre_start()
|
(start_status, opts) = task.pre_start()
|
||||||
|
|||||||
Reference in New Issue
Block a user