feat(role): Add AsRock A620AM Pro-A mainboard sensors config

This commit is contained in:
2026-01-19 01:31:27 +01:00
parent a0f0cb28f4
commit 2e4bcdefcc
3 changed files with 67 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
- import_tasks: 'mainboard-amd-am5-b650m-hdv_m.2.yml'
when: 'ansible_facts[''product_name''] | lower == ''b650m-hdv/m.2'''
- import_tasks: 'mainboard-amd-am5-b650m-hdv_m.2_and_am5-a620am_pro-a.yml'
when: 'ansible_facts[''product_name''] | lower == ''b650m-hdv/m.2'' or ansible_facts[''board_name''] | lower == ''a620am pro-a'''
- import_tasks: 'mainboard-amd-am4-prime_a320i-k.yml'
when: 'ansible_facts[''board_name''] | lower == ''prime a320i-k'''