Skip to content

Commit

Permalink
Support lustre on Rocky 8 (#566)
Browse files Browse the repository at this point in the history
Turns out this worked out of the box and we just needed to remove
the validation check. No other changes necessary.
  • Loading branch information
jovial authored Feb 11, 2025
1 parent 440d6f5 commit 7c831c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ansible/roles/lustre/tasks/validate.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
- name: Assert using RockyLinux 9
assert:
that: ansible_distribution_major_version | int == 9
fail_msg: The 'lustre' role requires RockyLinux 9

- name: Check kernel-devel package is installed
command: "dnf list --installed kernel-devel-{{ ansible_kernel }}"
changed_when: false
Expand Down

0 comments on commit 7c831c7

Please sign in to comment.