--- # tasks file for laptop - name: Install TLP pacman: name: - x86_energy_perf_policy - ethtool - tlp state: present become: yes - name: Enable TLP service: name=tlp.service enabled=yes become: yes