Skip to content

Commit

Permalink
fix ubuntu tests using ansible-role-elasticsearch as example
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Jun 3, 2017
1 parent 7b47c3d commit 3a06154
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@

pre_tasks:
- name: Update apt cache.
apt: update_cache=yes cache_valid_time=86400
apt: update_cache=yes cache_valid_time=600
when: ansible_os_family == 'Debian'
changed_when: false

- name: Install dependencies.
package: name=curl
package: name=curl state=present

roles:
- role_under_test

0 comments on commit 3a06154

Please sign in to comment.