Fix broken test build on Ubuntu 16.

This commit is contained in:
Jeff Geerling 2016-09-17 19:35:07 -05:00
parent c49d938ab7
commit 00e80d4158

View File

@ -10,6 +10,10 @@
php_memory_limit: "192M"
pre_tasks:
- name: Update apt cache.
apt: update_cache=yes
when: ansible_os_family == 'Debian'
- name: Ensure build dependencies are installed (RedHat).
package: name=which state=present
when: ansible_os_family == 'RedHat'