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

fix: use correct package names for RHEL 8

parent bb88de67
No related branches found
No related tags found
No related merge requests found
---
- name: install prerequisites for using community.general.xml module
ansible.builtin.package:
name: "python-lxml"
name: "python3-lxml"
state: latest
- name: find server.xml
......
......@@ -2,7 +2,7 @@
- name: install packages for plugins, TA, analysis
ansible.builtin.yum:
name: [
'libtiff-tools',
'libtiff',
'mediaconch',
'mediainfo',
'perl-Image-ExifTool',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment