8 lines
162 B
YAML
8 lines
162 B
YAML
---
|
|
- name: "Enable and restart the Promtail daemon"
|
|
ansible.builtin.systemd:
|
|
name: promtail
|
|
state: restarted
|
|
enabled: true
|
|
daemon_reload: true
|