mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
Merge pull request #5205 from AlanCoding/fail_inconsistent_system_jobs
Allow system jobs to get sucked up in the fail inconsistent task cleanup
This commit is contained in:
commit
68d9457de9
@ -230,7 +230,7 @@ class InventorySourceDict(PartialModelDict):
|
||||
|
||||
class SystemJobDict(PartialModelDict):
|
||||
FIELDS = (
|
||||
'id', 'created', 'status',
|
||||
'id', 'created', 'status', 'celery_task_id',
|
||||
)
|
||||
model = SystemJob
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user