Var prompt use in awx tower

Team,

I have wrote a playbook to create a users in server with vars_prompt, when i execute the playbook with ansible cli it is working fine but the same was not working with awx tower.

what i have to change in playbook to get vars_prompt

samineni (rajesh.saminei@gmail.com) said:

I have wrote a playbook to create a users in server with vars_prompt, when
i execute the playbook with ansible cli it is working fine but the same
was not working with awx tower.

what i have to change in playbook to get vars_prompt

vars_prompt is not supported in AWX; all playbooks must run
non-interactively. Use a survey.

Bill

Thanks for the info @Bill.
and what about local_action, for me plain Ansible cli successfully executed playbook same not working with AWX.

You need to provide more information… how does it not work?

The best way we’ve come up to work around this is: