chore(awx): add note about hanging runs due to the playbook using vars_prompt

This commit is contained in:
Michele Cereda
2025-08-13 21:19:31 +02:00
parent 1792c47b20
commit ef1a3c86d0

View File

@@ -54,6 +54,11 @@ When in doubt about AWX's inner workings, consider [asking Devin][deepwiki ansib
type _Container Group_.<br/>
Refer [Executing Jobs].
- Playbooks that use the `vars_prompt` key, but do **not** receive the corresponding values through job templates'
`extra_vars`, will cause AWX runs **to hang** by waiting for user input in an unreachable TTY.<br/>
Consider avoiding using `vars_prompt` in playbooks that need to be run by AWX, or ensuring that those variables are
provided ahead of time.
## Setup
### Deployment