Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Arslanbekov Denis committed Jan 13, 2018
1 parent bae2423 commit 8f57cfc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
---
- hosts: all
roles:
- role: 'gridrouter-ansible'
become: yes

pre_tasks:
- name: Update apt cache.
apt: update_cache=yes cache_valid_time=600
Expand All @@ -13,3 +11,6 @@

- name: Install test dependencies.
package: name=python-pip state=present

roles:
- role_under_test

0 comments on commit 8f57cfc

Please sign in to comment.