roth-wine

Results 18 comments of roth-wine

Hello @justin-stephenson, this issue only happens when using `delegate_to` in combination with `pipelining=True`. If you use the Playbook above without `delegate_to` everything will work as expected.

@justin-stephenson I have created the following Dockerfile to reproduce the Issue more easily without ansible. ```dockerfile FROM ubuntu:jammy ARG ARCH RUN apt-get update && \ apt-get install -y build-essential pkg-config...

We have applied a workaround for the issue by using the custom-template functionality. We have adapted the `sign_in.html` file so that only the refresh with the redirect is done. Example...

Hey @haarchri, it seems like you responsible for this chart. What do you think about it?

Failing test seems unrelated to my changes and might be flacky.

Unfortunately, I don't know what a “good” value is or should be. Both the implementation in Thanos and the implementation in Prometheus don't mention anything about this. That's why I...

Failing test seems again unrelated to my changes and might be flacky.

@GiedriusS i have rebased the branch to get this thing merged. Failing tests are flacky and not related to my changes.