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

fix: update package list for AM SubApp hosts

parent a7b23950
Branches
No related tags found
No related merge requests found
Pipeline #11194 failed
...@@ -10,14 +10,13 @@ ...@@ -10,14 +10,13 @@
ansible.builtin.apt: ansible.builtin.apt:
name: [ name: [
'curl', 'curl',
'inotify-tools', 'inotify-tools', # custom systemd service
'libpath-class-perl', # 'libpath-class-perl', # ? likely outdated requirement, no use case
# 'libxalan-c111', # 'libxalan-c112', # ? likely outdated requirement, installed by SubApp
'libxalan-c112', # 'libxerces-c-dev', # ? likely outdated requirement, installed by SubApp
'libxerces-c-dev',
'libxml2-utils', 'libxml2-utils',
'netcat-openbsd', 'netcat-openbsd',
'p7zip-full', 'p7zip-full', # compressed logs
'rsync', 'rsync',
'sqlite3', 'sqlite3',
'tar', 'tar',
...@@ -25,6 +24,8 @@ ...@@ -25,6 +24,8 @@
'imagemagick', 'imagemagick',
'libtiff-tools', 'libtiff-tools',
'python3-virtualenv', 'python3-virtualenv',
'checkit-tiff-upcoming',
'exiftool',
] ]
state: present state: present
update_cache: true update_cache: true
...@@ -40,12 +41,12 @@ ...@@ -40,12 +41,12 @@
- name: Install/Update Perl-Pakete - name: Install/Update Perl-Pakete
ansible.builtin.apt: ansible.builtin.apt:
name: [ name: [
'libcurses-ui-perl', # 'libcurses-ui-perl', # ? likely outdated requirement
'libnet-scp-perl', # 'libnet-scp-perl', # ? likely outdated requirement
'libtest-exception-perl', # 'libtest-exception-perl', # ? likely outdated requirement
'libtest-file-perl', # 'libtest-file-perl', # ? likely outdated requirement
'libtest-output-perl', # 'libtest-output-perl', # ? likely outdated requirement
'libtext-csv-xs-perl', # 'libtext-csv-xs-perl', # ? likely outdated requirement
'perl', 'perl',
'perl-base', 'perl-base',
'perl-modules-5.36', 'perl-modules-5.36',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment