Skip to content

Commit

Permalink
Merge pull request #18 from geerlingguy/fix-tests
Browse files Browse the repository at this point in the history
Fix broken tests by installing unzip dependency.
  • Loading branch information
arknoll authored Oct 12, 2016
2 parents 4633fbe + 74eb7bc commit 626310f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
include_vars: "{{ ansible_os_family }}.yml"
tags: [configuration, selenium]

- name: Install dependencies
package: name=unzip
tags: [configuration, selenium]

- name: create directory
file: "path={{ selenium_install_dir }}/selenium state=directory recurse=yes"
tags: [configuration, selenium, selenium-create-directory]
Expand Down

0 comments on commit 626310f

Please sign in to comment.