Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible_lza_ingest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
ansible_lza_ingest
Commits
2aacc85d
Commit
2aacc85d
authored
1 week ago
by
Jens Steidl
Browse files
Options
Downloads
Patches
Plain Diff
fix: update package list for AM SubApp hosts
parent
a7b23950
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#11194
failed
1 week ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tasks/install_packages.yml
+13
-12
13 additions, 12 deletions
tasks/install_packages.yml
with
13 additions
and
12 deletions
tasks/install_packages.yml
+
13
−
12
View file @
2aacc85d
...
@@ -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'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment