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

feat: install checkit_tiff from YUM repository

parent fca34023
Branches
No related tags found
No related merge requests found
---
- 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"
...@@ -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]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment