From bc275b25264ae27562f2bb7e06f276025c3242f3 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Wed, 14 Aug 2019 12:05:13 +0100 Subject: [PATCH] tests: another random string changed in 2.8.3 --- tests/ansible/integration/become/sudo_password.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ansible/integration/become/sudo_password.yml b/tests/ansible/integration/become/sudo_password.yml index 128d8aee..f377fead 100644 --- a/tests/ansible/integration/become/sudo_password.yml +++ b/tests/ansible/integration/become/sudo_password.yml @@ -16,6 +16,7 @@ that: | out.failed and ( ('password is required' in out.msg) or + ('Missing sudo password' in out.msg) or ('password is required' in out.module_stderr) )