3 Commits
1.0.0 ... 1.0.2

View File

@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT # 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''' when: 'ansible_facts[''system''] | lower == ''linux'''
ansible.builtin.package: ansible.builtin.package:
name: '{{ packages_linux_sensors_all_families }}' name: '{{ packages_linux_sensors_all_families }}'