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)...
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 usesarchive
'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)...