mirror of
https://github.com/geerlingguy/ansible-role-nfs
synced 2024-12-13 20:40:17 +01:00
Fix test failures on Ubuntu 12.04.
This commit is contained in:
parent
53e79c90cf
commit
c40f2b2db1
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
- name: Update apt cache.
|
- name: Update apt cache.
|
||||||
apt: update_cache=yes cache_valid_time=600
|
apt: update_cache=yes cache_valid_time=600
|
||||||
when: ansible_os_family == 'Debian'
|
when: ansible_os_family == 'Debian'
|
||||||
|
changed_when: false
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role_under_test
|
- role_under_test
|
||||||
|
|
Loading…
Reference in a new issue