Fix asserts on ios_banner tests (#23315)

The contain assert was broken.
This commit is contained in:
Ricardo Carrillo Cruz 2017-04-05 20:00:10 +02:00 committed by GitHub
parent 3a78861cb5
commit cf30f0f27d
2 changed files with 2 additions and 4 deletions

View file

@ -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:

View file

@ -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: