Cédric Jeanneret
Cédric Jeanneret
Hello, If it "helps", I have the exact same failures on a fedora-32 box...
> > Hello, > > If it "helps", I have the exact same failures on a fedora-32 box... > > On Fedora you're best of just using the package from...
Hello @moreati ! Unfortunately, I'm also hitting this issue, with a fresh "master" checkout (so I have #913). The issue is for another module, but it seems to be really,...
It's as if mitogen doesn't know about ```/usr/share/ansible/collections/ansible_collections``` actually. For instance, the "metalsmith_instances" module is in ```/usr/share/ansible/plugins/modules```, and is found; but the openstack collection is, well, a collection, and its...
Same issue here - among the different snap-ed apps (blender, krita, gimp), only gimp has no access to /mnt/.
@diddledan the mount is managed via /etc/fstab.... but in the end, after a quick check, there's a ppa with a newer version. Also, seeing the snap didn't move for a...
Hm, the verification won't fail then, so the CI will see no benefit. Please note that, even with permissive, ansible roles are wanting to set booleans - this is exactly...
As said: CI is running in permissive, and crashing when the boolean are being set. And I don't see how allowing a broken package to install is something we should...
@lhh heya! care to check out that PR? Would be great seeing it in in order to avoid future issues...
Note: after some more digging, it seems `virsh` is called using `--connect=qemu:///system` - this can be also called from the shell directly. Maybe mentioning it to the user, and exposing...