Ubuntu 24 support
The installation of linux-image-generic takes long (or fails) when proc/sys/dev are not mounted.
Also there is some python issue with 3.12 and Ansible (see also: https://github.com/void-linux/void-packages/issues/47483)
A simple fix:
# pip3 install ansible-core --upgrade
# ansible --version
ansible [core 2.15.11]
[...]
where does this pip upgrade need to run? inside image or on controller?
Controller node requires it.
Installing linux-image-generic is done outside a chroot right?; i.e. it's the basic/raw image. How can i mount something inside an image if it's not there? At what point do you need to have proc/sys/dev mounted?
Did not hear long time and assume that the issue has been resolved. Note that the latest release contains a few debootstrap fixes in general which might cover the reported issues. Please reopen if the problem persists.