On Tuesday, 17 May 2016 17:22:33 UTC+1, Alex Willmer wrote:
>
> 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.
>

The cause of this was config lines I'd previously added to ansible.cfg.

[ssh_connection]
ssh_args = -o ControlMaster=no
control_path = %(directory)s/ansible-ssh-%%p-%%r

Now I've removed them vagrant up is working as expected.

Sorry for the noise, Alex

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/faafaed1-0ac2-49ea-9342-8a1088c12474%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to