summaryrefslogtreecommitdiffstats
path: root/roles/logind/handlers/main.yml
blob: 617bb197adc7e6d52e1d0601c13501dd637f7bc4 (plain) (blame)
1
2
3
4
5
6
---
- name: "Reload systemd-logind"
  become: true
  ansible.builtin.systemd_service:
    name: "systemd-logind"
    state: "restarted"