Skip to content

Commit

Permalink
Update plugins/callback/opentelemetry.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ajpantuso <[email protected]>
  • Loading branch information
v1v and Ajpantuso committed Oct 25, 2021
1 parent 978f87e commit 57faed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/callback/opentelemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def update_span_data(self, task_data, host_data, span):
name = '[%s] %s: %s' % (host_data.name, task_data.play, task_data.name)

message = 'success'
res = []
res = {}
rc = 0
status = Status(status_code=StatusCode.OK)
if host_data.status != 'included':
Expand Down

0 comments on commit 57faed7

Please sign in to comment.