Skip to content

Commit

Permalink
Merge pull request #5 from boekkooi/patch-1
Browse files Browse the repository at this point in the history
Fix download url
  • Loading branch information
bcoca committed Oct 27, 2015
2 parents b35dda6 + b1ee619 commit c642052
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
server_version_major: 2.44
server_version: "{{server_version_major}}.0"
download_server: "http://selenium-release.storage.googleapis.com/index.html?path={{server_version_major}}"
jar_file: selenium-server-standalone-{{server_version}}.jar
download_url: "{{download_server}}/{{jar_file}}"
download_url: "http://selenium-release.storage.googleapis.com/{{server_version_major}}/{{jar_file}}"

sel_role: standalone

Expand Down

0 comments on commit c642052

Please sign in to comment.