This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-home
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
enable screensaver service
systemd-xsession
Markus Katharina Brechtel
3 years ago
parent
b647fd12ce
commit
b7368c0e67
2 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
tasks/main.yaml
+10
-0
tasks/screensaver.yaml
+ 1
- 0
tasks/main.yaml
View File
@@ -7,6 +7,7 @@
- import_tasks: vnc.yaml
- import_tasks: tmux.yaml
- import_tasks: pulseaudio.yaml
- import_tasks: screensaver.yaml
- import_tasks: git.yaml
- import_tasks: kanboard.yaml
+ 10
- 0
tasks/screensaver.yaml
View File
@@ -0,0 +1,10 @@
---
- name: screensaver graphical-session service enabled
systemd:
name: screensaver.service
enabled: true
scope: user
when:
- home_profile != "presentation"
- home_profile != "vdesk"