mirror of
https://github.com/roles-ansible/ansible_role_amdgpu_firmware.git
synced 2024-08-16 14:59:49 +02:00
.github | ||
defaults | ||
handlers | ||
meta | ||
tasks | ||
vars | ||
.gitignore | ||
.yamllint | ||
LICENSE | ||
README.md |
ansible role amdgpu_firmware
Ansible role to install some missing amdgpu
Firmware for my AMD Leneovo Thinkpad (L14
).
This role is only running at:
when:
- It will download the defined Firmware Files from the
amdgpu__firmware
variable. - Then we run
update-initramfs -k all -u
.
You can change the downloaded firmware file names by modifying the default variables.
Optionally you can perform a simple versionscheck, that can prevent you from running a older version of this role accidentially.
Variables
---
# should we do a version check? (true is recomended)
submodules_versioncheck: false