aboutsummaryrefslogblamecommitdiffstats
path: root/roles/_workstation/tlp/tasks/main.yml
blob: 60b2fc0c609bf42ca70f0d15031f4cc7ccbb0ab8 (plain) (tree)
1
2
3
4
5
6
7
8
9

   
                   
                          



                            
                          


                  
---

- name: install tlp
  ansible.builtin.package:
    name: tlp
    state: present

- name: enable and start tlp
  ansible.builtin.service:
    name: tlp
    state: started
    enabled: true
remember that computers suck.