Force update apt cache on Ubuntu.

pull/14/head 0.2.1
Jeff Geerling 8 years ago
parent 7daaa25cf2
commit ca23b73996
  1. 5
      tests/test.yml

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

Loading…
Cancel
Save