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

fix: set symlink to correct libpcre version in order for checkit_tiff to work

parent c9f57c0e
No related branches found
No related tags found
No related merge requests found
......@@ -6,3 +6,9 @@
"pcre",
]
state: latest
- name: create symlink to the version of the libpcre kernel module that checkit_tiff expects
file:
src: "/usr/lib64/libpcre.so.1"
dest: "/usr/lib64/libpcre.so.3"
state: symlink
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment