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

chore: remove leftovers from SubApp/Disapp separation

parent 673aae4d
Branches
No related tags found
No related merge requests found
......@@ -30,19 +30,6 @@
- name: update Sources
ansible.builtin.apt:
update_cache: true
- name: alte Submission Application und optionale Pakete deinstallieren
ansible.builtin.apt:
name:
- 'submissionapplication4rosetta'
- "submission-application4rosetta"
# - '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
changed_when: false # this is only needed for the migration to RC2022.2 and won't be needed afterwards
- name: Submission / Dissemination Application installieren
ansible.builtin.apt:
name: [
......@@ -52,7 +39,6 @@
]
state: latest
allow_unauthenticated: "true"
changed_when: false # this is only needed for the migration to RC2022.2 and won't be needed afterwards
- name: Systemd-Unitfiles installieren (Templates)
ansible.builtin.template:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment