mirror of
https://github.com/ansible/awx.git
synced 2026-04-26 04:05:24 -02:30
handle case of node with null UJT
This commit is contained in:
@@ -67,6 +67,8 @@ class WorkflowDAG(SimpleDAG):
|
||||
obj = n['node_object']
|
||||
job = obj.job
|
||||
|
||||
if obj.unified_job_template is None:
|
||||
continue
|
||||
if not job:
|
||||
return False
|
||||
# Job is about to run or is running. Hold our horses and wait for
|
||||
|
||||
Reference in New Issue
Block a user