Files
2025-12-16 16:16:43 +03:00

11 lines
201 B
YAML

---
- name: "Restart the Loki daemon"
ansible.builtin.systemd:
name: loki
state: restarted
- name: "Reload the Loki daemon configuration"
ansible.builtin.systemd:
daemon_reload: true