From 6ee103f56f25e1bf22b74f6d8968cb1e09ec2b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <joerg.sachse@slub-dresden.de> Date: Fri, 21 Apr 2023 14:14:06 +0200 Subject: [PATCH] chore: remove leftovers from SubApp/Disapp separation --- tasks/install_subapp.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tasks/install_subapp.yml b/tasks/install_subapp.yml index 2e0d340..dc3740c 100644 --- a/tasks/install_subapp.yml +++ b/tasks/install_subapp.yml @@ -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: -- GitLab