Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions utils/ansible/rockylinux-setup.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2023-2024, Intel Corporation
# Copyright 2026, Hewlett Packard Enterprise Development LP

# This playbook is designed to install all required packages and
# configure Rocky Linux to execute tests.
Expand Down Expand Up @@ -27,9 +28,9 @@
tasks:
- name: Ensure kmod-mlnx-ofa_kernel is not installed
ansible.builtin.dnf:
name: kmod-mlnx-ofa_kernel
state: absent
autoremove: true
name: kmod-mlnx-ofa_kernel
state: absent
autoremove: true

- name: Update kernel packages
package:
Expand Down
Loading