mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
allow system jobs to get sucked up in the fail inconsistent task cleanup
This commit is contained in:
@@ -230,7 +230,7 @@ class InventorySourceDict(PartialModelDict):
|
|||||||
|
|
||||||
class SystemJobDict(PartialModelDict):
|
class SystemJobDict(PartialModelDict):
|
||||||
FIELDS = (
|
FIELDS = (
|
||||||
'id', 'created', 'status',
|
'id', 'created', 'status', 'celery_task_id',
|
||||||
)
|
)
|
||||||
model = SystemJob
|
model = SystemJob
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user