--- - name: install power managment utilities package: name: - acpid - tlp - tp-smapi - acpi-call - powertop - smartmontools - x86_energy_perf_policy - lsb-release state: present become: true tags: - installation - name: enable tlp service: name: tlp state: started become: true tags: - services