Jonah
Jonah
I think that method would be quite useful. Is there a reason this PR doesn't get merged?
/remove-lifecycle rotten
By default root doesn't has `/usr/games/` in the `$PATH`. So it kinda makes sense that update-motd can't execute that. I had the same issue and also solved it by moving...
Hi, pastebin link is no more available but the error is probably because you use the bot with the use_context function. Ownbot can't handle that.
This would be useful indeed. As a workaround you can use ansibles uri module but I don't particularly like this solution. It's definitely more error prone than a solution built...
> I don't see it present on the https://www.zabbix.com/documentation/current/en/manual/installation/requirements page. But I also think to a certain degree we can support other OS'es. According to https://www.zabbix.com/documentation/current/en/manual/installation/install_from_packages SLES is an officially...
That's definitely possible and .NETs [ConfigurationBuilder](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.configuration.configurationbuilder?view=dotnet-plat-ext-7.0) makes it fairly easy. ```c# public IConfigurationRoot ConfigureConfiguration() { var builder = new ConfigurationBuilder() .AddJsonFile("appsettings.json", optional: true, reloadOnChange: true) .AddEnvironmentVariables(); return builder.Build(); } ```
Well I'm no expert on .NET either, I just recently started learning c#. :) But yeah sure, what would you need for the docs? The snipped I posted should be...
To be honest, I never used that chart myself but I can take a look at it. Will most likely be next year when I get to that though :)
That looks amazing! Service accounts as you described them would be even better that just scoped access tokens.