1 Commits
1.0.1 ... 1.0.2

Author SHA1 Message Date
01e92da937 docs(role): Typo 2025-08-10 23:49:34 +02:00

View File

@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
- name: 'If mainboard is ASRock B650M-HDV/M.2 (with Nuvoton NCT6796D-S SuperIO chip) and OS is a Linux flavor and install Linux-specific packages for sensors and fan control'
- name: 'If mainboard is ASRock B650M-HDV/M.2 (with Nuvoton NCT6796D-S SuperIO chip) and OS is a Linux flavor install Linux-specific packages for sensors and fan control'
when: 'ansible_facts[''system''] | lower == ''linux'''
ansible.builtin.package:
name: '{{ packages_linux_sensors_all_families }}'