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

feat: add package 'kernel-doc'

parent e3a63ca8
No related branches found
No related tags found
No related merge requests found
Pipeline #3446 failed
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
when: ( ansible_os_family == 'RedHat' ) and when: ( ansible_os_family == 'RedHat' ) and
( ansible_distribution_major_version == "7" ) ( ansible_distribution_major_version == "7" )
- name: install packages required by ExLibris - name: install packages required by ExLibris and additional packages
ansible.builtin.yum: ansible.builtin.yum:
name: "{{ redhat_packages }}" name: "{{ redhat_packages + [ 'kernel-doc' ] }}"
state: present state: present
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment