Fix broken tests on Ubuntu.
parent
35504c8189
commit
587597f4a0
|
|
@ -1,5 +1,10 @@
|
||||||
---
|
---
|
||||||
- hosts: all
|
- hosts: all
|
||||||
|
|
||||||
|
pre_tasks:
|
||||||
|
- name: Update apt cache.
|
||||||
|
apt: update_cache=yes
|
||||||
|
when: ansible_os_family == 'Debian'
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role_under_test
|
- role_under_test
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue