1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_amdgpu_firmware.git synced 2024-08-16 14:59:49 +02:00
ansible_role_amdgpu_firmware/README.md

29 lines
1 KiB
Markdown
Raw Normal View History

2021-09-01 13:58:45 +02:00
[![Galaxy](https://github.com/roles-ansible/ansible_role_amdgpu_firmware/raw/main/.github/galaxy.svg)](https://galaxy.ansible.com/do1jlr/amdgpu_firmware)
[![License](https://github.com/roles-ansible/ansible_role_amdgpu_firmware/raw/main/.github/license.svg)](https://github.com/roles-ansible/ansible_role_amdgpu_firmware/blob/main/LICENSE)
2021-09-01 11:05:52 +02:00
2021-09-01 13:58:45 +02:00
ansible role amdgpu_firmware
2021-09-01 03:00:02 +02:00
===============================
2021-09-01 13:58:45 +02:00
Ansible role to install some missing ``amdgpu`` Firmware for my AMD Leneovo Thinkpad *(``L14``)*.
2021-09-01 03:00:02 +02:00
This role is only running at:
```yaml
when:
```
2021-09-01 14:15:26 +02:00
+ It will download the defined Firmware Files from the ``amdgpu__firmware`` variable.
2021-09-01 11:05:52 +02:00
+ Then we run ``update-initramfs -k all -u``.
2021-09-01 03:00:02 +02:00
You can change the downloaded firmware file names by modifying the default variables.
2021-09-01 11:05:52 +02:00
Optionally you can perform a simple versionscheck, that can prevent you from running a older version of this role accidentially.
Variables
-----------
```yaml
---
# should we do a version check? (true is recomended)
submodules_versioncheck: false
```