mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 04:12:48 +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