--- - name: Install hardware probing tools apt: name={{ item }} state=latest with_items: - lm-sensors - smartmontools - hwinfo - lshw - acpi - name: Install framebuffer stuff apt: name={{ item }} state=latest with_items: - vbetool - fbset - read-edid