mirror of
https://github.com/ansible/awx.git
synced 2026-06-26 00:48:02 -02:30
Task manager / scheduler Kubernetes integration
This commit is contained in:
@@ -11,6 +11,7 @@ class FakeObject(object):
|
||||
|
||||
class Job(FakeObject):
|
||||
task_impact = 43
|
||||
is_containerized = False
|
||||
|
||||
def log_format(self):
|
||||
return 'job 382 (fake)'
|
||||
|
||||
Reference in New Issue
Block a user