8 lines
126 B
YAML

---
- name: restart system-info
systemd:
name: system-info
scope: user
daemon_reload: true
state: restarted