Tests: adjust to ansible-core devel changes (#10209)

Apparently the error message returned by AnsibleModule.run_command() when trying to execute a non-existing executable changed.

Ref: 600c1e67b4
This commit is contained in:
Felix Fontein 2025-06-06 21:45:32 +02:00 committed by GitHub
commit 63add288dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View file

@ -253,3 +253,5 @@ cmd_echo_tests:
assertions:
- >
"No such file or directory" in test_result.msg
or
"Error executing command." == test_result.msg