11 lines
201 B
YAML
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
|