mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Make sure we reference the actual hostname
This commit is contained in:
parent
673068464a
commit
80ac44565a
@ -477,7 +477,7 @@ class BaseCallbackModule(CallbackBase):
|
||||
|
||||
def v2_runner_on_start(self, host, task):
|
||||
event_data = dict(
|
||||
host=host,
|
||||
host=host.get_name(),
|
||||
task=task
|
||||
)
|
||||
with self.capture_event_data('runner_on_start', **event_data):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user