Stefan Greiner
Stefan Greiner
https://launchpad.net/~sgreiner/+archive/ubuntu/maxminddb Here you find my unofficial ubuntu packages, I try to update them from time to time on supported distros.
This fix is working for me. Thank you @Jcba Would be nice to have it in an official version like v.0.9.6
Problem still exists in `ansible-lint` v6.8.7 and the env var ANSIBLE_VAULT_PASSWORD_FILE ist still ignored. ``` $ ansible --version | grep -v "/" ansible [core 2.13.6] python version = 3.10.6 (main,...
Just wanted to let you guys know, that I have build some libapache2-mod-maxminddb packages in my PPA. https://launchpad.net/~sgreiner/+archive/ubuntu/maxminddb Also I just saw the Pull request https://github.com/maxmind/mod_maxminddb/pull/58 maybe you want to...
@KaKi87 Launchpad only builds for Ubuntu. So it is expected to not have any releases for Debian 12 (Bookworm). But you could try downloading [deb file of libapache2-mod-maxminddb jammy](https://launchpad.net/~sgreiner/+archive/ubuntu/maxminddb/+files/libapache2-mod-maxminddb_1.2.0-0ppa1~jammy1_amd64.deb) and...
May I also request to fix "ansible.python.interpreterPath" to accept relative path like - "./.venv/bin/python" - ".venv/bin/python" and to also to work with vs code variables "${workspaceFolder}/.venv/bin/python" (currently not substituting anything)?...
Today I installed ansible extension v24.5 and the situation did not improve. Unfortunately, it got worse. - `"ansible.python.interpreterPath": "${workspaceFolder}/.venv/bin/python3"` is still ignored. - relative Path like `"ansible.python.interpreterPath": "./.venv/bin/python3"` also don't...
I had the same issue today... ```bash helm repo remove awx-operator helm repo add awx-operator https://ansible-community.github.io/awx-operator-helm/ helm repo list helm repo update helm search repo awx-operator ```
I totally agree with you regarding the backport to 2.4, but I guess that requires changes to core.c to not complain if this directive uses it wrongly. https://github.com/apache/httpd/blob/382aba75811fc71c1cf91afe992383413de3b7eb/server/core.c#LL1417C1-L1425C18 Unfortunately I...
With my additional commit the old syntax should still work. (and will continue to emit a startup warning, just as before)