I'm trying to provide user input during pipeline runtime but not able to give it. is there any way I can achieve this in azure pipeline apart from using parameters or using key vault to provide the input during manual validation.
Tried creating an ansible task to prompt the user to enter the input but not able to achieve it.






Azure DevOps build pipelines are non-interactive, and there is no way to ask for user input during a pipeline run, unless you are using manual intervention and changing data in third party storage areas/vault like you suggest.
You can suggest the feature here, and it may get developed.