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() ...@@ -29,7 +29,8 @@ _subapp()
--permanent_report \ --permanent_report \
--start \ --start \
--status \ --status \
--stop" --stop \
--dismantle-orders"
case "$first" in case "$first" in
"--reset_failed_preingest") "--reset_failed_preingest")
......
...@@ -20,16 +20,20 @@ ...@@ -20,16 +20,20 @@
- name: update Sources - name: update Sources
ansible.builtin.apt: ansible.builtin.apt:
update_cache: true update_cache: true
- name: Optionale Pakete für schnellere BagIt Verarbeitung installieren - name: alte Submission Application und optionale Pakete deinstallieren
ansible.builtin.apt: ansible.builtin.apt:
name: name:
- 'libio-async-perl' # offical Debian package - 'submissionapplication4rosetta'
- 'libio-aio-perl' # offical Debian package # - 'libio-async-perl' # offical Debian package
- 'libparallel-parallel-map-perl' # packaged by SLUBArchiv.digital from CPAN # - 'libio-aio-perl' # offical Debian package
- 'libparallel-datapipe-perl' # packaged by SLUBArchiv.digital from CPAN # - '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 - name: Submission Application installieren
ansible.builtin.apt: ansible.builtin.apt:
name: "submissionapplication4rosetta" name: "submission-application4rosetta"
state: present state: present
allow_unauthenticated: "true" allow_unauthenticated: "true"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment