Force update apt cache on Ubuntu.

This commit is contained in:
Jeff Geerling 2016-08-28 21:19:03 -05:00
parent 7daaa25cf2
commit ca23b73996

View File

@ -1,6 +1,11 @@
---
- hosts: all
pre_tasks:
- name: Update apt cache.
apt: update_cache=yes
when: ansible_distribution == 'Ubuntu'
roles:
- geerlingguy.git
- role_under_test