Created
February 23, 2015 19:31
-
-
Save tgerla/71c87444d50585501228 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: run the command | |
command: mycommand | |
register: myCommandResults | |
- name: fail if we didn't get what we expect | |
assert: | |
that: '"my output" in myCommandResults' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment