awx loginuser variable

hi

i want to use the user that startet the template in a playbook.

is there any ansible_variable which stored the user-id?

th@nx

We do attach some values as extra vars and environment variables… you can see these in the api resources for jobs.

The “tower_user_name” represents currently logged in user.

Thanks,
Larry