arknoll / ansible-role-selenium

Ansible Role Selenium
https://galaxy.ansible.com/list#/roles/4340
Other
20 stars 52 forks source link

Alternative Selenium Installation Directory not functional #10

Closed rhys-mcguckin closed 8 years ago

rhys-mcguckin commented 8 years ago

Under tasks/main.yml the creation of the {{ selenium_install_dir }} is correct, however the following task, still contains a hard coded version of the installation path.

tasks/main.yml:8 should be instead:

  get_url: "url=http://selenium-release.storage.googleapis.com/{{ selenium_version | regex_replace('\\.[0-9]+$', '') }}/selenium-server-standalone-{{ selenium_version }}.jar dest={{ selenium_install_dir }}/selenium/selenium-server-standalone-{{ selenium_version }}.jar"
arknoll commented 8 years ago

Thank you. Fixed!