Skip to content

ansible/executor: be less strict for the machine unfit regex

Some serial adapters will finish their lines with \r\n while others will use \n. Let's not be too particular here and not try to match the end of the line.

Merge request reports