Skip to content

Commit

Permalink
ltp: Enable Code Ready Builder on RHEL nodes
Browse files Browse the repository at this point in the history
Needed for installing the libtirpc-devel RPM on RHEL-based systems.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
  • Loading branch information
chucklever committed Dec 28, 2024
1 parent 775d123 commit cc719a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions playbooks/roles/ltp/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
paths:
- 'vars'

- name: Enable the CodeReady repo
ansible.builtin.include_role:
name: codereadyrepo
when:
- ansible_os_family == "RedHat"

- name: Install dependencies for ltp
tags: ['build', 'ltp']
become: true
Expand Down

0 comments on commit cc719a2

Please # to comment.