mirror of
https://github.com/ansible/awx.git
synced 2026-04-04 17:55:06 -02:30
Leave another TODO on the job runner, fix a misspelling on the project update hook
This commit is contained in:
@@ -343,6 +343,7 @@ class Job(CommonTask):
|
|||||||
opts = dict([(field, kwargs.get(field, '')) for field in needed])
|
opts = dict([(field, kwargs.get(field, '')) for field in needed])
|
||||||
if not all(opts.values()):
|
if not all(opts.values()):
|
||||||
return False
|
return False
|
||||||
|
# TODO: This is temporary to allow a dependent task to continue
|
||||||
self.status = 'waiting'
|
self.status = 'waiting'
|
||||||
self.save(update_fields=['status'])
|
self.save(update_fields=['status'])
|
||||||
transaction.commit()
|
transaction.commit()
|
||||||
|
|||||||
Reference in New Issue
Block a user