Skip to content
Snippets Groups Projects
Commit 6912481e authored by Jörg Sachse's avatar Jörg Sachse
Browse files
parents 7afcb133 b650342a
No related branches found
No related tags found
No related merge requests found
Pipeline #2580 canceled
......@@ -29,7 +29,8 @@ _subapp()
--permanent_report \
--start \
--status \
--stop"
--stop \
--dismantle-orders"
case "$first" in
"--reset_failed_preingest")
......
......@@ -20,16 +20,20 @@
- name: update Sources
ansible.builtin.apt:
update_cache: true
- name: Optionale Pakete für schnellere BagIt Verarbeitung installieren
- name: alte Submission Application und optionale Pakete deinstallieren
ansible.builtin.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
- 'submissionapplication4rosetta'
# - '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
state: absent
autoclean: true
autoremove: true
- name: Submission Application installieren
ansible.builtin.apt:
name: "submissionapplication4rosetta"
name: "submission-application4rosetta"
state: present
allow_unauthenticated: "true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment