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