mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 11:52:44 +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>