Skip to content
Snippets Groups Projects
Commit a4591943 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

feat: added optional packages for faster BagIt processing

parent 71095ac0
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,13 @@
- name: update Sources
apt:
update_cache: "yes"
- name: Optionale Pakete für schnellere BagIt Verarbeitung installieren
apt:
name:
- 'libio-async-perl' # offical Debian package
- 'libio-aio-perl' # offical Debian package
- 'libparallel-parallel-map-perl' # packaged by SLUBArchiv.digital from CPAN
- 'libparallel-datapipe-perl' # packaged by SLUBArchiv.digital from CPAN
- name: Submission Application installieren
apt:
name: "submissionapplication4rosetta"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment