comparison: roles/devbox/tasks/dist-debian.yml
roles/devbox/tasks/dist-debian.yml
- changeset 53
- 4cac9ded1fb8
- parent 51
- 5af98666f4d4
- child 57
- 6172fc31a08f
equal
deleted
inserted
replaced
39 dest: /etc/lightdm/lightdm.conf |
39 dest: /etc/lightdm/lightdm.conf |
40 section: SeatDefaults |
40 section: SeatDefaults |
41 option: user-session |
41 option: user-session |
42 value: "{{gui_session}}" |
42 value: "{{gui_session}}" |
43 backup: true |
43 backup: true |
44 notify: |
|
45 - reload lightdm |
|
46 |
44 |
47 - name: Enable and start lightdm |
45 - name: Enable and start lightdm |
48 when: gui_enabled |
46 when: gui_enabled |
49 service: |
47 service: |
50 name: lightdm |
48 name: lightdm |