12 lines
214 B
YAML
12 lines
214 B
YAML
---
|
|
|
|
- name: "Restart the Promtail daemon"
|
|
ansible.builtin.systemd:
|
|
name: promtail
|
|
state: restarted
|
|
|
|
|
|
- name: "Reload the Promtail daemon configuration"
|
|
ansible.builtin.systemd:
|
|
daemon_reload: true
|