diff --git a/roles/laptop/tasks/tlp.yml b/roles/laptop/tasks/tlp.yml index 95e0cf0..d480898 100644 --- a/roles/laptop/tasks/tlp.yml +++ b/roles/laptop/tasks/tlp.yml @@ -21,6 +21,11 @@ tags: - tlp +- name: Mask systemd radio socket + command: systemctl mask systemd-rfkill.socket + tags: + - tlp + - name: Enable TLP service: name=tlp.service enabled=yes tags: