We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a61d667 commit 8eaf53fCopy full SHA for 8eaf53f
ansible/roles/ofed/tasks/install.yml
@@ -28,6 +28,11 @@
28
# dnf line format e.g. "kernel.x86_64 4.18.0-513.18.1.el8_9 @baseos "
29
when: _ofed_kernel_current != _ofed_dnf_kernels_newest
30
31
+- name: Get new running kernel
32
+ command: uname -r
33
+ register: _ofed_loaded_kernel
34
+ changed_when: false
35
+
36
- name: Enable epel
37
dnf:
38
name: epel-release
0 commit comments