Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 7190196e authored by Jean-François HOVINNE's avatar Jean-François HOVINNE
Browse files

fix: Increase APT cache valid time (fixes #6)

parent e176acf6
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
- name: Update apt cache
ansible.builtin.apt:
update_cache: yes
cache_valid_time: 600
cache_valid_time: 3600
become: true
when:
- ansible_pkg_mgr == "apt"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment