1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

enable disable suspend

This commit is contained in:
L3D 2019-06-22 18:46:31 +02:00
parent f8d431b29c
commit 642c0283d1
Signed by: l3d
GPG key ID: CD08445BFF4313D1
5 changed files with 30 additions and 1 deletions

3
.gitmodules vendored
View file

@ -40,3 +40,6 @@
[submodule "roles/winehq"]
path = roles/winehq
url = https://github.com/ekultails/ansible_role_wine.git
[submodule "roles/no-sleep"]
path = roles/no-sleep
url = https://github.com/chaos-bodensee/role_disable_sleep.git

1
roles/no-sleep Submodule

@ -0,0 +1 @@
Subproject commit 2e0f1593065d3f826dc25e56984e236127e08527

View file

@ -102,3 +102,12 @@
- winehq
roles:
- winehq
- name: disable sleeping
hosts: desk_minni
tags:
- sleep
- suspend
- no-sleep
roles:
- no-sleep

View file

@ -1,5 +1,4 @@
---
- name: Install useful packages
hosts: l460
tags:
@ -90,3 +89,12 @@
- winehq
roles:
- winehq
- name: disable sleeping
hosts: l460
tags:
- sleep
- suspend
- no-sleep
roles:
- no-sleep

View file

@ -90,3 +90,11 @@
roles:
- winehq
- name: disable sleeping
hosts: t460p
tags:
- sleep
- suspend
- no-sleep
roles:
- no-sleep