I’m using AWX 1.0.4.14, and it’s a great project ;).
I’m searching a way to send an e-mail notification to the AWX user who launch the job.
But apparently, the e-mail used in a notification by e-mail is the one defined in the notification.
Is there a way to use the AWX user e-mail instead of the one defined in the notification ?
Not currently, though that’s a good idea for future expansion of notifications. I did recently merge this PR: https://github.com/ansible/awx/pull/1542 which will provide the user’s email address as an extravar to the playbook run so you could do that from within your playbook directly.