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