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

fix: install python3.12-lxml in Molecule prepare stage

parent ac90877f
No related branches found
No related tags found
No related merge requests found
Pipeline #8380 passed
......@@ -84,6 +84,12 @@
dest: "/exlibris/dps/d4_1/system.dir/thirdparty/tomcat/conf/"
mode: "0644"
become: true
- name: |
Install python3.12-lxml, because Alma 8 expects a newer python3-lxml
version than what is available in RHEL 8.
ansible.builtin.package:
name: "python3.12-lxml"
state: latest
- name: create sudo group, because we ignore RHEL's wheel group
ansible.builtin.group:
name: "sudo"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment