blob: 0a7a84167accef81cff9224cec8fe666dff2d326 [file] [log] [blame]
Zack Williamse8a0ea42021-11-30 00:06:01 -07001---
2# dkms meta/main.yml
3#
4# SPDX-FileCopyrightText: © 2021 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7galaxy_info:
8 author: Open Networking Foundation
9 description: Installs DKMS for dynamic recompilation of kernel modules
10 company: Open Networking Foundation
11
12 issue_tracker_url: https://jira.opennetworking.org/
13
14 license: Apache-2.0
15
16 min_ansible_version: 2.9.5
17
18 platforms:
19 - name: Ubuntu
20 versions:
21 - "18.04"
22 - name: Debian
23 versions:
24 - 11
25
26 galaxy_tags:
27 - dkms
28
29dependencies: []