Rui Lopes
Rui Lopes
Thanks for the pointers. I will try to implement an s3 one. Would this be something that would be acceptable as a PR?
I've actually started with the filesystem driver. Can you have a look at https://github.com/rgl/keppel/pull/1? If you agree, I can make a PR to this repository instead.
Should we also modify the `trivial` driver to use a memory fs (`afero.NewMemMapFs()`)? Or do that in another PR?
It does not work either: ```yaml - hosts: localhost connection: local environment: PGPORT: '5433' tasks: - name: Create database postgresql_db: name: example #port: 1234 # this works. #port: "{{ lookup('ansible.builtin.env',...
is there someone still looking into this?
To add, the UAC stuff also seems to have an influence in this... so this is related to https://github.com/hashicorp/vagrant/issues/10628 too.
I'm also experiencing this with Windows 10.0.19044.1415 (aka 21H2). Running vagrant from an elevated shell and commenting the UAC stuff and setting `sudo: false` seems to help: * https://github.com/hashicorp/vagrant/blob/v2.2.19/plugins/hosts/windows/cap/smb.rb#L54-L57 *...
FYI, I've created https://github.com/hashicorp/vagrant/pull/12933 that fixes this for me.
~[Using a 32-bit number for the volume size (go `int` type)](https://github.com/dmacvicar/terraform-provider-libvirt/blob/68c9bb05fd229efd70db0fe8cd0c1faef9c6e64f/libvirt/resource_libvirt_volume.go) was rather unfortunate. This is also preventing me for using this variable at all, which makes this whole thing...