minor: support debian 12
Failed to find required executable \"rsync\" in paths
Failed to find required executable \"rsync\" in paths
Yep, the debian 12 container doesn't come with python so I configured molecule to prepare the image pre_build_image: false which should install python, etc.
But to do that the molecule docker driver uses the synchronize ansible module which requires rsync, where IMHO the copy module would be sufficient.
It's a catch 22 situation and I've actually thought about doing a PR to address this in the docker driver.
Failed to find required executable \"rsync\" in pathsYep, the debian 12 container doesn't come with python so I configured molecule to prepare the image
pre_build_image: falsewhich should install python, etc.But to do that the molecule docker driver uses the
synchronizeansible module which requiresrsync, where IMHO thecopymodule would be sufficient.It's a catch 22 situation and I've actually thought about doing a PR to address this in the docker driver.
Hopefully https://github.com/test-kitchen/dokken-images/pull/117 will get approved which should resolve this issue.