base: Add lm_sensors to physical hosts

This commit is contained in:
Timo Makinen 2021-03-23 22:29:11 +00:00
parent f7025a7a06
commit 226c624328

View file

@ -36,3 +36,12 @@
- sshd
loop_control:
loop_var: role
- name: install roles for physical hardware
include_role:
name: "{{ role }}"
with_items:
- lm_sensors
loop_control:
loop_var: role
when: ansible_virtualization_role != "guest"