aboutsummaryrefslogtreecommitdiffstats
path: root/roles/linux_desktop/handlers/main.yml
blob: 633546fd611f42741054a1510a7b2fe34b01fdba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
- name: restart gdm
  systemd:
    name: gdm
    state: restarted

- name: restart lightdm
  systemd:
    name: lightdm
    state: restarted

- name: update dconf
  command: dconf update