ansible icon indicating copy to clipboard operation
ansible copied to clipboard

minor: support debian 12

Open gardar opened this issue 2 years ago • 3 comments

gardar avatar Aug 22 '23 02:08 gardar

Failed to find required executable \"rsync\" in paths

SuperQ avatar Oct 27 '23 20:10 SuperQ

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.

gardar avatar Nov 03 '23 14:11 gardar

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.

Hopefully https://github.com/test-kitchen/dokken-images/pull/117 will get approved which should resolve this issue.

gardar avatar Dec 07 '23 00:12 gardar