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
Raw Normal View History

2021-11-09 20:11:07 +01:00
- name: "Enable powertop.service"
ansible.builtin.service:
name: powertop
state: started
enabled: yes
reload: yes