mirror of
https://github.com/geerlingguy/ansible-role-nfs
synced 2024-12-12 20:20:18 +01:00
Fix Ubuntu test failures due to apt update.
This commit is contained in:
parent
514225b031
commit
53e79c90cf
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
pre_tasks:
|
||||
- name: Update apt cache.
|
||||
apt: update_cache=yes
|
||||
apt: update_cache=yes cache_valid_time=600
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
roles:
|
||||
|
|
Loading…
Reference in a new issue