mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 01:03:09 +00:00
* Check for the prompt as a substring of the output sudo sometimes spits out warnings to stdout before getting to the password prompt. Account for that when trying to match a password prompt. Fixes #20858