From 7c831c79658ee8e3d37298072697cef4fc1e602b Mon Sep 17 00:00:00 2001 From: Will Szumski Date: Tue, 11 Feb 2025 09:14:20 +0000 Subject: [PATCH] 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. --- ansible/roles/lustre/tasks/validate.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ansible/roles/lustre/tasks/validate.yml b/ansible/roles/lustre/tasks/validate.yml index fe65a4d1a..609a77f31 100644 --- a/ansible/roles/lustre/tasks/validate.yml +++ b/ansible/roles/lustre/tasks/validate.yml @@ -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