add the cache_valid_time parameter to the task

parent b8681b20
......@@ -105,6 +105,7 @@
name: "{{ 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