8 lines
171 B
YAML
8 lines
171 B
YAML
|
---
|
||
|
# tasks file for ordiportables
|
||
|
|
||
|
- name: Prevent suspend on lid close
|
||
|
ansible.builtin.lineinfile:
|
||
|
path: /etc/systemd/logind.conf
|
||
|
line: HandleLidSwitch=ignore
|