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
Find a file
2021-09-01 13:58:45 +02:00
.github update README 2021-09-01 13:58:45 +02:00
defaults improve running and docs 2021-09-01 03:00:02 +02:00
handlers initial write role 2021-09-01 02:39:22 +02:00
meta Merge branch 'main' of github.com:roles-ansible/ansible_role_rtl_nic_firmware into docs 2021-09-01 11:08:01 +02:00
tasks fixing linting 2021-09-01 03:10:34 +02:00
vars update docs 2021-09-01 11:05:52 +02:00
.gitignore fixing linting 2021-09-01 03:10:34 +02:00
.yamllint Initial commit 2021-09-01 01:50:11 +02:00
LICENSE Initial commit 2021-09-01 01:50:11 +02:00
README.md update README 2021-09-01 13:58:45 +02:00

Galaxy License

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 rtl_nic__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