--- - name: "Restart prometheus" become: true ansible.builtin.systemd_service: name: "prometheus" state: "restarted"