comparison: roles/devbox/tasks/dist-debian.yml
roles/devbox/tasks/dist-debian.yml
- changeset 81
- 47d7ef3be553
- parent 80
- aa7bb3f0baef
- child 89
- 86248a83a3dd
equal
deleted
inserted
replaced
44 dest: /etc/lightdm/lightdm.conf |
44 dest: /etc/lightdm/lightdm.conf |
45 section: SeatDefaults |
45 section: SeatDefaults |
46 option: user-session |
46 option: user-session |
47 value: "{{gui_session}}" |
47 value: "{{gui_session}}" |
48 backup: true |
48 backup: true |
49 |
|
50 - name: Enable and start lightdm |
|
51 when: gui_enabled |
|
52 service: |
|
53 name: lightdm |
|
54 enabled: yes |
|
55 state: started |
|