Add cache timeout to apt operation
This commit is contained in:
parent
4bfe28d0a9
commit
2dc40f1595
@ -331,6 +331,7 @@ grub:
|
|||||||
name: '{{ item }}'
|
name: '{{ item }}'
|
||||||
state: present
|
state: present
|
||||||
install_recommends: no
|
install_recommends: no
|
||||||
|
cache_valid_time: 60
|
||||||
with_items:
|
with_items:
|
||||||
'{{ packages }}'
|
'{{ packages }}'
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
Loading…
Reference in New Issue
Block a user