This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-display_manager
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
lightdm state
master
Markus Katharina Brechtel
7 years ago
parent
0368d8b5c4
commit
8791973b50
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
tasks/main.yml
+ 2
- 0
tasks/main.yml
View File
@@ -29,10 +29,12 @@
notify: restart lightdm
notify: restart lightdm
- include: mainentance.yml
- include: mainentance.yml
when: display_manager_state == 'mainentance'
- name: lightdm started
- name: lightdm started
service:
service:
name: lightdm
name: lightdm
state: started
state: started
enabled: yes
- meta: flush_handlers
- meta: flush_handlers
Write
Preview
Loading…
Cancel
Save