antonc42
antonc42
Thank you for the work to make ``${workspaceFolder}`` functional! However, I also just tried extension v24.5 and @sgreiner is correct, it doesn't seem that the problem is entirely fixed. ``"ansible.python.interpreterPath"``...
It doesn't appear to be fixed. I switched to the pre-release version v24.9.320163 and it is still happening. I'm not entirely sure this pre-release version contains the fix, but there...
@csmart I'm not sure if it's possible to use `os.path.expanduser` since that would be executed on the Ansible controller instead of in the guest VM, correct? The user homedir inside...
Not needed. See [my comment](https://github.com/ansible-collections/community.libvirt/issues/161#issuecomment-2289213882) in the original issue #161.
Sorry for the late reply. I kinda lost track of this. I just tried your suggestion on a Ubuntu 24.04 guest and it didn't fix the problem. I still saw...
Apparently the `dpkg-reconfigure` method [no longer works starting with Ubuntu 22.10 and Debian 12](https://launchpad.net/debian/+source/dash/0.5.11+git20210903+057cd650a4ed-4). I think this is a safe method to change the `/bin/sh` symlink on the guest VM...
@leegarrett You could try the second solution of changing the Ansible default executable setting. That doesn't change the default shell on the Ansible controller or on the remote. It just...
I'm not an expert at this, so I could be wrong here. I ran into this issue as well. I had to change a few lines in `setup.py`. See this...
I got it to build on Fedora 41 and Ubuntu 24.04 in a container. You have to install the `libtool` package. ```dockerfile FROM registry.fedoraproject.org/fedora:41 as build RUN dnf install -y...
> Are there any public NTP servers with NTS support yet? I couldn't find one (except for ntpd-rs calling for funding for a pool of NTS supported NTP servers) There...