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

Remove dependency on dpkg-eatmydata

The custom package does not improve much over the force-unsafe-io
dpkg option, so use that.
parent c7d0f768
Branches
No related tags found
No related merge requests found
......@@ -78,9 +78,9 @@
# When testing, try to make dpkg faster by disabling fsync.
- name: Speed up dpkg
apt:
name: dpkg-eatmydata
state: present
copy:
dest: "/etc/dpkg/dpkg.cfg.d/no-sync"
content: "force-unsafe-io\n"
when: "testing|default(True)"
# Remove legacy stretch/buster mtail package pin.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment