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 4592257 commit 421c824Copy full SHA for 421c824
roles/system_packages/tasks/main.yml
@@ -36,8 +36,8 @@
36
37
- name: Install kernel-modules-extra on RHEL 10
38
package:
39
- name: kernel-modules-extra-{{ ansible_kernel }}
40
- state: present
+ name: kernel-modules-extra
+ state: latest
41
when:
42
- ansible_os_family == 'RedHat'
43
- ansible_distribution_major_version in ['10']
0 commit comments