Adjust Travis file for easier maintenance.

This commit is contained in:
Jeff Geerling
2016-08-31 20:25:44 -05:00
parent ca23b73996
commit 373fa29f60
3 changed files with 9 additions and 14 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
pre_tasks:
- name: Update apt cache.
apt: update_cache=yes
when: ansible_distribution == 'Ubuntu'
when: ansible_os_family == 'Debian'
roles:
- geerlingguy.git