Commit cd347748 by Ben Patterson

Fix firefox assertions.

They were not using the proper attribute.
parent ee1e58f1
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
register: firefox_version register: firefox_version
- assert: - assert:
that: that:
- "'28.0' in firefox_version" - "'28.0' in firefox_version.stdout"
# The role is run with a github oauth token passed in # The role is run with a github oauth token passed in
# as github_oauth_token var value. # as github_oauth_token var value.
......
...@@ -12,4 +12,4 @@ ...@@ -12,4 +12,4 @@
register: firefox_version register: firefox_version
- assert: - assert:
that: 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