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.
2 parents ba06e41 + 7c831c7 commit e4e44f8Copy full SHA for e4e44f8
ansible/roles/lustre/tasks/validate.yml
@@ -1,8 +1,3 @@
1
-- name: Assert using RockyLinux 9
2
- assert:
3
- that: ansible_distribution_major_version | int == 9
4
- fail_msg: The 'lustre' role requires RockyLinux 9
5
-
6
- name: Check kernel-devel package is installed
7
command: "dnf list --installed kernel-devel-{{ ansible_kernel }}"
8
changed_when: false
0 commit comments