Skip to content
Snippets Groups Projects
Commit 96958a75 authored by ale's avatar ale
Browse files

Suppress changes from apt update

parent 29a8ea5c
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,7 @@
apt:
update_cache: yes
cache_valid_time: '{{ 1800 if ansible_distribution_release == float_debian_dist else 1 }}'
changed_when: false
# When testing, try to make dpkg faster by disabling fsync.
- name: Speed up dpkg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment