Skip to content

Commit

Permalink
hddtemp: fix drivetemp module check (#1507)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Neumann <[email protected]>
  • Loading branch information
sbstnnmnn authored Jul 10, 2024
1 parent 35c0c39 commit c6394a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/hddtemp/tasks/install-Debian-family.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
community.general.modprobe:
name: drivetemp
state: present
when: drivetemp_check.rc == 0
when: drivetemp_check.stdout_lines | length > 0

- name: Install lm-sensors
become: true
Expand Down

0 comments on commit c6394a4

Please sign in to comment.