Skip to content

Allow for disabling audio on vagrant via env var

Brian Maloney requested to merge (removed):allow-disable-audio into master

With bluetooth headphones, Vagrant/VirtualBox coming up with audio enabled causes the headphone to switch profiles from A2DP to HSP, causing poor audio quality if you're listening to music while working on your Ansible roles. The easiest way to work around this is to simply disable audio on the VMs. This PR disables audio on vagrant VMs if the MOLECULE_VAGRANT_DISABLE_AUDIO environment variable is set.

Merge request reports