commit | 7ec058b3a22a0584c996e3612aa0772c8c07640b | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@artisancomputer.com> | Mon May 02 10:10:39 2016 -0700 |
committer | Zack Williams <zdw@artisancomputer.com> | Mon May 02 10:10:39 2016 -0700 |
tree | 0005ac3b4e683a0ba3c47abf2e30dd444d85bdd4 | |
parent | 3eb53429686f162c98d06d9ff18f66079ff5cc17 [diff] |
cache_valid_time to apt module calls
diff --git a/roles/head-prep/tasks/main.yml b/roles/head-prep/tasks/main.yml index 37c4b0b..5a51ebf 100644 --- a/roles/head-prep/tasks/main.yml +++ b/roles/head-prep/tasks/main.yml
@@ -4,6 +4,8 @@ - name: Install prerequisites for using PPA repos apt: name={{ item }} + update_cache=yes + cache_valid_time=3600 with_items: - python-pycurl - software-properties-common