Avoid expired caches

This commit is contained in:
Artyom Miroshnik 2014-11-20 22:22:46 +02:00
parent ee9a827049
commit b61b6db5f8

View File

@ -1,4 +1,7 @@
---
- name: Run "apt-get update" to get rid of expired cache.
apt: update_cache=yes
- name: Ensure PHP packages are installed.
apt:
name: "{{ item }}"