Skip to content

Commit

Permalink
add fqcn to job events
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismeyersfsu committed Sep 3, 2021
1 parent fe3c1aa commit 907fb3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible_runner/display_callback/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ def v2_playbook_on_task_start(self, task, is_conditional):
name=task.get_name(),
is_conditional=is_conditional,
uuid=task_uuid,
resolved_action=getattr(task, 'resolved_action', '')
)
with self.capture_event_data('playbook_on_task_start', **event_data):
super(BaseCallbackModule, self).v2_playbook_on_task_start(task, is_conditional)
Expand Down

0 comments on commit 907fb3f

Please sign in to comment.