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

feat: set specific versions for repair/validation tools to preserve recipe...

feat: set specific versions for repair/validation tools to preserve recipe functionality by avoiding updates
parent 5192981f
Branches
No related tags found
No related merge requests found
......@@ -30,10 +30,13 @@
- name: install repairtool (package dependencies are encoded in the package)
apt:
name: [
'libslub-lza-repair-perl',
'checkit-tiff',
'fixit-tiff'
'libslub-lza-repair-perl=0.9.15*',
'checkit-tiff=1.0.0',
'fixit-tiff=0.1.3'
]
# CAUTION!!! Always use "state: present". Due to version constraints, we do
# not allow just any package version or automatic update
# mechanisms. Autoupdates will make the repair tool crash!
state: present
tags: [apt]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment