mirror of
https://github.com/roles-ansible/ansible_role_amdgpu_firmware.git
synced 2024-08-16 14:59:49 +02:00
Create galaxy release
This commit is contained in:
parent
542bd00f93
commit
03f7c64d71
2 changed files with 19 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
ansible role rtl_nic_firmware
|
ansible role rtl_nic_firmware
|
||||||
===============================
|
===============================
|
||||||
|
|
||||||
Ansible role to deploy ``rtl_nic`` Firmware for APU.
|
Ansible role to install some missing ``rtl_nic`` Firmware for APU.
|
||||||
|
|
||||||
This role is only running at:
|
This role is only running at:
|
||||||
```yaml
|
```yaml
|
||||||
|
|
18
meta/main.yml
Normal file
18
meta/main.yml
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
galaxy_info:
|
||||||
|
role_name: rtl_nic_firmware
|
||||||
|
author: do1jlr
|
||||||
|
description: Ansible role to install some missing ``rtl_nic`` Firmware for APU
|
||||||
|
license: "MIT"
|
||||||
|
min_ansible_version: 2.11
|
||||||
|
github_branch: main
|
||||||
|
platforms:
|
||||||
|
- name: Debian
|
||||||
|
versions: all
|
||||||
|
- name: Ubuntu
|
||||||
|
versions: all
|
||||||
|
galaxy_tags:
|
||||||
|
- APU
|
||||||
|
- firmware
|
||||||
|
- rtl_nic
|
||||||
|
dependencies: []
|
Loading…
Reference in a new issue