Don't install ansible in the vm if it's already there
Looks like we're installing ansible by default in our Vagrantfile, whether it's already installed or not. Let's check first (e.g. if !(`which ansible`) or something similar) instead.
Looks like we're installing ansible by default in our Vagrantfile, whether it's already installed or not. Let's check first (e.g. if !(`which ansible`) or something similar) instead.