33 value: "{{gui_session}}" |
33 value: "{{gui_session}}" |
34 backup: true |
34 backup: true |
35 notify: |
35 notify: |
36 - reload lightdm |
36 - reload lightdm |
37 |
37 |
|
38 - name: Enable and start lightdm |
|
39 when: gui_enabled |
|
40 service: |
|
41 name: lightdm |
|
42 enabled: yes |
|
43 state: started |
|
44 |
38 - apt_repository: |
45 - apt_repository: |
39 repo: "deb http://mozilla.debian.net/ {{ansible_distribution_release}}-backports firefox-release" |
46 repo: "deb http://mozilla.debian.net/ {{ansible_distribution_release}}-backports firefox-release" |
40 when: ansible_distribution_release != 'NA' |
47 when: ansible_distribution_release != 'NA' |
41 tags: repos |
48 tags: repos |
42 |
49 |