Commit cd347748 by Ben Patterson

Fix firefox assertions.

They were not using the proper attribute.
parent ee1e58f1
......@@ -23,7 +23,7 @@
register: firefox_version
- assert:
that:
- "'28.0' in firefox_version"
- "'28.0' in firefox_version.stdout"
# The role is run with a github oauth token passed in
# as github_oauth_token var value.
......
......@@ -12,4 +12,4 @@
register: firefox_version
- assert:
that:
- "'40.0' not in firefox_version"
- "'28.0' not in firefox_version.stdout"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment