mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
Include hostname in the event data at the top level if it's available
This commit is contained in:
@@ -479,6 +479,9 @@ class JobEvent(CreatedModifiedModel):
|
||||
on_delete=models.SET_NULL,
|
||||
editable=False,
|
||||
)
|
||||
host_name = models.CharField(
|
||||
max_length=1024,
|
||||
default='')
|
||||
hosts = models.ManyToManyField(
|
||||
'Host',
|
||||
related_name='job_events',
|
||||
|
||||
Reference in New Issue
Block a user