docs(role): Typo

This commit is contained in:
2025-08-10 23:49:34 +02:00
parent da5d9c9ba4
commit 01e92da937

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 }}'