summaryrefslogtreecommitdiff
path: root/test/integration
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2020-02-24 13:40:59 -0500
committerGitHub <noreply@github.com>2020-02-24 13:40:59 -0500
commit32a71221e82ad23acb35ba6058463a899329ad60 (patch)
tree558434e87dd5bb3760344f137b0eb04cb0757d0b /test/integration
parent9b91068e23b47eebfaccf8bc409c2c988706f596 (diff)
downloadansible-32a71221e82ad23acb35ba6058463a899329ad60.tar.gz
Fix wakeonlan test for newer FreeBSD (#67656)
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/targets/wakeonlan/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/wakeonlan/tasks/main.yml b/test/integration/targets/wakeonlan/tasks/main.yml
index f920ccacfe..e852dcfed2 100644
--- a/test/integration/targets/wakeonlan/tasks/main.yml
+++ b/test/integration/targets/wakeonlan/tasks/main.yml
@@ -45,4 +45,4 @@
assert:
that:
- incorrect_broadcast_address is failed
- - incorrect_broadcast_address.msg is search('not known')
+ - incorrect_broadcast_address.msg is search('not known|Name does not resolve')