Add cache timeout to apt operation

This commit is contained in:
Alexander Grothe 2018-04-06 09:06:03 +02:00
parent 4bfe28d0a9
commit 2dc40f1595

View File

@ -331,6 +331,7 @@ grub:
name: '{{ item }}'
state: present
install_recommends: no
cache_valid_time: 60
with_items:
'{{ packages }}'
#+END_SRC