PR #21: Adjust apt cache update so it doesn't run every time.

This commit is contained in:
Jeff Geerling 2015-02-26 14:22:10 -06:00
parent 6535011d74
commit 24af7936a4

View File

@ -1,6 +1,6 @@
---
- name: Run "apt-get update" to get rid of expired cache.
apt: update_cache=yes
- name: Update apt cache.
apt: update_cache=yes cache_valid_time=86400
- name: Ensure PHP packages are installed.
apt: