Fix asserts on ios_banner tests (#23315)

The contain assert was broken.
(cherry picked from commit cf30f0f27d)
pull/23330/head
Ricardo Carrillo Cruz 9 years ago
parent 7941f1ede7
commit 6969bef70a

@ -25,8 +25,7 @@
- assert:
that:
- "result.changed == true"
- "'this is my login banner' in result.commands"
- "'that has a multiline' in result.commands"
- "'banner login @\nthis is my login banner\nthat has a multiline\nstring\n@' in result.commands"
- name: Set login again (idempotent)
ios_banner:

@ -24,8 +24,7 @@
- assert:
that:
- "result.changed == true"
- "'this is my motd banner' in result.commands"
- "'that has a multiline' in result.commands"
- "'banner motd @\nthis is my motd banner\nthat has a multiline\nstring\n@' in result.commands"
- name: Set motd again (idempotent)
ios_banner:

Loading…
Cancel
Save