Skip to content

Commit cc719a2

Browse files
committed
ltp: Enable Code Ready Builder on RHEL nodes
Needed for installing the libtirpc-devel RPM on RHEL-based systems. Signed-off-by: Chuck Lever <[email protected]>
1 parent 775d123 commit cc719a2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

playbooks/roles/ltp/tasks/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@
4242
paths:
4343
- 'vars'
4444

45+
- name: Enable the CodeReady repo
46+
ansible.builtin.include_role:
47+
name: codereadyrepo
48+
when:
49+
- ansible_os_family == "RedHat"
50+
4551
- name: Install dependencies for ltp
4652
tags: ['build', 'ltp']
4753
become: true

0 commit comments

Comments
 (0)