Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ansible_lza_rosetta_app
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_rosetta_app
Commits
d3c5cff9
Commit
d3c5cff9
authored
4 years ago
by
Jörg Sachse
Browse files
Options
Downloads
Patches
Plain Diff
feat: install checkit_tiff from YUM repository
parent
fca34023
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tasks/rosetta/install_helper_tools.yml
+14
-0
14 additions, 0 deletions
tasks/rosetta/install_helper_tools.yml
tasks/rosetta/main_rosetta.yml
+2
-0
2 additions, 0 deletions
tasks/rosetta/main_rosetta.yml
with
16 additions
and
0 deletions
tasks/rosetta/install_helper_tools.yml
0 → 100644
+
14
−
0
View file @
d3c5cff9
---
-
name
:
install checkit_tiff prerequisites
yum
:
name
:
"
pcre"
-
name
:
set symlink for correct version of libpcre library module
file
:
src
:
"
/usr/lib64/libpcre.so.1"
dest
:
"
/usr/lib64/libpcre.so.3"
state
:
link
-
name
:
install checkit_tiff
yum
:
name
:
"
checkit_tiff"
This diff is collapsed.
Click to expand it.
tasks/rosetta/main_rosetta.yml
+
2
−
0
View file @
d3c5cff9
...
@@ -11,3 +11,5 @@
...
@@ -11,3 +11,5 @@
tags
:
[
checkmk
,
monitoring
]
tags
:
[
checkmk
,
monitoring
]
-
import_tasks
:
rosetta/install_packages.yml
-
import_tasks
:
rosetta/install_packages.yml
tags
:
[
packages
,
yum
]
tags
:
[
packages
,
yum
]
-
import_tasks
:
rosetta/install_helper_tools.yml
tags
:
[
packages
,
yum
]
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