Don't update apt cache on install from role
authorLorin Hochstein <lhochstein@netflix.com>
Mon, 16 Jan 2017 02:01:49 +0000 (18:01 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Mon, 16 Jan 2017 02:01:49 +0000 (18:01 -0800)
We always update the apt cache anyways.

ch13/ansible/roles/mezzanine/tasks/main.yml

index 5f697f7..bc2a5a1 100644 (file)
@@ -1,6 +1,6 @@
 ---
 - name: install apt packages
-  apt: pkg={{ item }} update_cache=yes cache_valid_time=3600
+  apt: pkg={{ item }}
   with_items:
     - git
     - libjpeg-dev