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

chore: package name changed, remove old packages beforehand

parent 77b081c3
Branches
No related tags found
No related merge requests found
...@@ -20,16 +20,20 @@ ...@@ -20,16 +20,20 @@
- name: update Sources - name: update Sources
apt: apt:
update_cache: "yes" update_cache: "yes"
- name: Optionale Pakete für schnellere BagIt Verarbeitung installieren - name: alte Submission Application und optionale Pakete deinstallieren
apt: 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
apt: 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