Skip to content

Commit e4e44f8

Browse files
authored
Merge branch 'main' into feat/compute-init-extras
2 parents ba06e41 + 7c831c7 commit e4e44f8

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)