Felix Fontein
Felix Fontein
The current `main` branch of community.general no longer supports Python 2 anymore as well, btw.
@szh @cyberark-bizdev any update on this? It's still not tagged: https://github.com/cyberark/ansible-security-automation-collection/tags
The 1.0.27 tag has been added in the meantime. I don't know when that happened, but not mentioning it here resulted in the constraint not being removed, and thus 1.0.27...
You should be able to use the api_info module (https://docs.ansible.com/ansible/devel/collections/community/routeros/api_info_module.html with `include_dynamic=true`) and some Jinja to find the `id` of the entry you want to convert, and then use the...
Have you tried the `unfiltered` option of community.routeros.api_info?
Why don't you use the `restrict` option of `community.routeros.api_info` to only return the entries where `host-name` equals `container_name`? ``` - name: Get DHCP lease list community.routeros.api_info: hostname: "{{ hostname }}"...
@hiddeco since you know a lot more about goreleaser, can you take a look at this one?
While this is nice, it's also causing a lot of changes to exisitng SOPS-encrypted files when these are changed (edited, keys updated, rotated, etc.). @getsops/maintainers we have to figure out...
@cgetzen I added it to the Discussion milestone so it can be moved to the appropriate milestone once it has been discussed. (GitHub only allows to assign one milestone, so...
I think having it in a new minor release is fine, but I'd like to hear opinions from the other maintainers as well. This is potentially creating larger diffs for...