Files
Alexander Gorelyshev fac775cb9d Simplify handler logic
2025-12-26 21:58:02 +04:00

8 lines
162 B
YAML

---
- name: "Enable and restart the Promtail daemon"
ansible.builtin.systemd:
name: promtail
state: restarted
enabled: true
daemon_reload: true