Commit c5563061 by Calen Pennington

Merge pull request #2570 from cpennington/apt-get-update

Update the apt-cache if it hasn't been updated within the last hour (…
parents fe6d9576 8d249b70
......@@ -116,7 +116,11 @@
- install:configuration
- name: install a bunch of system packages on which edx_service relies
apt: pkg={{ item }} state=present
apt:
pkg: "{{ item }}"
state: present
update_cache: true
cache_valid_time: 3600
with_items: edx_service_packages.debian
when: ansible_distribution in common_debian_variants
tags:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment