mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-11 03:10:59 +00:00
All paths in get_bin_path are string type and vboxmanage was byte-string type. So os.path.join was failing to join these two. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>