I’m trying to start-up multiple VMs in Vagrant, using Ansible as the provisioner. However when I run vagrant up only the first VM (foo) gets the template applied. The second (bar) misreports that the destination file is already OK.
Am I missing something?
Below are what I think is a minimal, but complete test case/example. I’m using Ansible 2.0.2.0, Vagrant 1.8.1, & Virtualbox 5.0.18_Ubuntur106667 - all on Ubuntu 16.04.
With thanks, Alex