The source project of this merge request has been removed.
Allow for disabling audio on vagrant via env var
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.