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...