Diego Louzán
Diego Louzán
I just experienced this and was saved by our instance-termination flag on the running instances. There's no need to run a create first, just running a `destroy` as first command...
@ssbarnea @jolillie In theory https://github.com/ansible-community/molecule-plugins/pull/170 should cover this one too I think? /cc @nejch
@azaslavsky (I'm in the same team as Max) we mean we have 40-something organizations. We offer this internally to multiple disjoint teams, so they can manage their own projects without...
This was indeed a curl issue, and this could be closed as soon as 7.87.0 is stable in alpine https://github.com/curl/curl/issues/9981#issuecomment-1328127020 (currently I see even in edge 7.86.0 https://pkgs.alpinelinux.org/packages?name=curl&branch=edge&repo=&arch=&maintainer=).
@Carlospi99 Yes, I just pulled `latest` and it seems indeed to have the correct version.
/cc @max-wittig @ercanucan
Well, I agree with the other posters that removing git tags is a pretty weird move, but I guess since there's no packages you have no way to "yank" a...
Just got bit by this simply updating f40 stable to latest available versions of kernel (`6.13.9-100.fc40`) and nvidia-driver (`3:565.57.01-1.fc40` from `@cuda-fedora40`). We had to downgrade the kernel to 6.8 to...
Is this a general statement for all major updates? I.e. will a future Amazon Linux 2025 *not* support in-place updates? /cc @bufferoverflow
@sergargar I imagine something inspired by filebeat's syntax would work, they allow combinations of `and`/`or`/`not`. ```yaml # Mute when `Name` is any of the 3 values below "some_prowler_check": Regions: -...