Skip to content
Snippets Groups Projects
Commit 54c74983 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: update apt cache before installing repairtools packages

parent 42404609
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@
# not allow just any package version or automatic update
# mechanisms. Autoupdates will make the repair tool crash!
state: present
update_cache: true
loop: "{{ tool_versions_local }}"
tags: [apt, notest]
......@@ -46,6 +47,7 @@
# not allow just any package version or automatic update
# mechanisms. Autoupdates will make the repair tool crash!
state: present
update_cache: true
loop: "{{ tool_versions_local }}"
tags: [apt]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment