Fix test failures on Ubuntu 12.04.

This commit is contained in:
Jeff Geerling 2016-11-23 10:40:54 -06:00
parent d1339d1364
commit 63f3ce4b64
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
- name: Update apt cache.
apt: update_cache=yes cache_valid_time=600
when: ansible_os_family == 'Debian'
changed_when: false
roles:
- geerlingguy.git

View File

@ -11,6 +11,7 @@
- name: Update apt cache.
apt: update_cache=yes cache_valid_time=600
when: ansible_os_family == 'Debian'
changed_when: false
- include_vars: test-vars-ubuntu1204.yml
when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '12.04'