Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Add condition 'xilinx_xrt_ensure_compatible_kernel=True' to execute '…
Browse files Browse the repository at this point in the history
…Ensure Kernel headers are installed' stage on rpm too
  • Loading branch information
xlz-jbleclere committed Mar 8, 2022
1 parent 26e4eca commit eeaf17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
when:
- ansible_os_family == 'RedHat'
- not (xilinx_xrt_container | bool)
- xilinx_xrt_ensure_compatible_kernel | bool

- block:
- name: Ensure Kernel headers are installed
Expand Down Expand Up @@ -59,4 +60,3 @@
- ansible_os_family == 'Debian'
- not (xilinx_xrt_container | bool)
- xilinx_xrt_ensure_compatible_kernel | bool

0 comments on commit eeaf17d

Please sign in to comment.