arknoll / ansible-role-selenium

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

Fixes #3: Support for Chrome / Chrome Driver. #14

Closed geerlingguy closed 8 years ago

geerlingguy commented 8 years ago

See #3.

This PR bumps the role's Ansible version requirement up to 2.0, since it also consolidates a few tasks using package, and also uses archive's download + expand + place functionality (so that we don't have to add a bunch of extra tasks to install Chrome and Chrome Driver.

If merged, the next release should likely be a major version bump for the role (e.g. 2.0.0)...

arknoll commented 8 years ago

I am testing this out today.

arknoll commented 8 years ago

Added a few changes. Closing this PR and opening another.