This repository has been archived on 2021-11-09. You can view files and clone it, but cannot push or open issues or pull requests.
desktop/handlers/main.yml

7 lines
132 B
YAML

- name: "Enable powertop.service"
ansible.builtin.service:
name: powertop
state: started
enabled: yes
reload: yes