Browse Source

lightdm state

master
Markus Katharina Brechtel 7 years ago
parent
commit
8791973b50
1 changed files with 2 additions and 0 deletions
  1. +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

Loading…
Cancel
Save