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

fix: install specific version of perl-modules for Debian 11 Bullseye

parent 91e5ebc0
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,11 @@ ...@@ -21,6 +21,11 @@
state: present state: present
update_cache: "yes" update_cache: "yes"
- name: uninstall outdated perl-modules-5.28 package from Debian 11 Bullseye VMs
apt:
name: 'perl-modules-5.28'
state: absent
- name: Install/Update Perl-Pakete - name: Install/Update Perl-Pakete
apt: apt:
name: [ name: [
...@@ -32,6 +37,6 @@ ...@@ -32,6 +37,6 @@
'libtext-csv-xs-perl', 'libtext-csv-xs-perl',
'perl', 'perl',
'perl-base', 'perl-base',
'perl-modules', 'perl-modules-5.32',
] ]
state: present state: present
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment