Skip to content

Commit 69102fd

Browse files
committed
os-config/ansible/linux-packages-playbook.yaml: changes reverted.
Ubuntu Server-enabling chnages reverted, issue created: #1159 Changes & log in attachment. Signed-off-by: Mateusz Maciejewski <[email protected]>
1 parent c646647 commit 69102fd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

os-config/ansible/linux-packages-playbook.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
- src: "./../../osfv-test-data/coreboot-tools/cbmem"
4141
- src: "./../../osfv-test-data/coreboot-tools/cbfstool"
4242

43-
# - name: Gnome turn off automatic suspend on AC
44-
# ansible.builtin.command: gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 0
45-
# - name: Gnome turn off automatic suspend on battery
46-
# ansible.builtin.command: gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-battery-timeout 0
43+
- name: Gnome turn off automatic suspend on AC
44+
ansible.builtin.command: gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-ac-timeout 0
45+
- name: Gnome turn off automatic suspend on battery
46+
ansible.builtin.command: gsettings set org.gnome.settings-daemon.plugins.power sleep-inactive-battery-timeout 0
4747
- name: Gnome turn off automatic screen lock
4848
ansible.builtin.command: gsettings set org.gnome.desktop.session idle-delay 0
4949
- name: Systemd turn off suspend

0 commit comments

Comments
 (0)