gardar

Results 250 comments of gardar

Definitely looks like incorrect information in the docs. Perhaps galaxy struggled with this in the past or maybe it's an issue with standalone roles. Or maybe someone just thought it...

You can actually already route a local domain through a WireGuard tunnel by setting the tunnel’s `DNS Servers` field to `, `. For example: `192.0.2.1, home.lan` The catch is that...

Looks like I should perhaps use `api_find_and_modify` instead of `api_modify` for this. It is not working as expected though when I try to use it in a loop, as it's...

Looks like this could be the same issue with the loops: https://github.com/ansible-collections/community.routeros/issues/169

Found a workaround for the `api_find_and_modify` data type issue when using loops by using the `dict()` function. ```yaml - name: Configure vlans on bridge # noqa args[module] community.routeros.api_find_and_modify: path: "interface...

Yes that would be logical, but I'm still baffled why the behavior is different between a loop and a non-loop

> Seems like now it's not running the tagged tests. :-( Yep, apparently adding labels over the API with `GITHUB_TOKEN` doesn't re-trigger workflows, so the workflow just continues running with...

Hmm yeah looks like on some older versions of rodman --replace fails if the secret doesn't already exist, this was fixed here: https://github.com/containers/common/pull/1909 A quick fix would be to just...

You should probably set your cache directory to a persistent volume to avoid that...