Skip to content

Commit 7c831c7

Browse files
authored
Support lustre on Rocky 8 (#566)
Turns out this worked out of the box and we just needed to remove the validation check. No other changes necessary.
1 parent 440d6f5 commit 7c831c7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ansible/roles/lustre/tasks/validate.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
61
- name: Check kernel-devel package is installed
72
command: "dnf list --installed kernel-devel-{{ ansible_kernel }}"
83
changed_when: false

0 commit comments

Comments
 (0)