I am using Ansible task in the Azure DevOps release pipeline, when I run the release pipeline it got failed with "command failed with errors on ansible machine" but the all tasks in playbook was executed successfully.
If I uncheck the Fail on STDErr option in ansible task, then the pipeline is not capturing the failed tasks.
Am I missing something? Please advice.