ansible-collection-core/roles/podman_host/handlers/main.yml

6 lines
131 B
YAML

---
- name: Restart systemd-logind
ansible.builtin.systemd_service:
name: systemd-logind
state: restarted
become: true