Fix Ubuntu test failures due to apt update.

This commit is contained in:
Jeff Geerling 2016-11-23 09:13:30 -06:00
parent 07756317db
commit d8dcfc5478
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
pre_tasks:
- name: Update apt cache.
apt: update_cache=yes
apt: update_cache=yes cache_valid_time=600
when: ansible_os_family == 'Debian'
- name: Set custom variable name for old CentOS 6 PostgreSQL install.