Ansible AWX get email notifications Job output

Hi,
I’m trying to include into email notification the job stdout. I tried to use
register: task_output
and use {{ task_output.stdout }} in the email body in email Notification Template but without any luck. how can I include job output while using AWX for send email notification.

thank you

So stdout is not possible as of now. The only supported fields to template out are listed here https://docs.ansible.com/automation-controller/4.1.4/html/userguide/notification_parameters_supported.html#ir-notifications-reference

AWX Team