Allow users to modify power management (relevant for teacher devices).

This commit is contained in:
Andreas B. Mundt 2024-07-03 13:17:36 +02:00
parent d787ec9aba
commit b8904286ab

View file

@ -214,7 +214,7 @@
ansible.builtin.copy: ansible.builtin.copy:
dest: /etc/xdg/powermanagementprofilesrc dest: /etc/xdg/powermanagementprofilesrc
content: | content: |
[AC][SuspendSession][$i] [AC][SuspendSession]
idleTime=7200000 idleTime=7200000
suspendType=8 suspendType=8
when: not (groups.teacherlaptop is defined and inventory_hostname in groups.teacherlaptop) when: not (groups.teacherlaptop is defined and inventory_hostname in groups.teacherlaptop)