Hi all,

In my setup with ansible 1.5.4 if I have the following inventory:

[first]
example.com:1234
[second]
example.com:1235

and a play:
hosts:
  - first
  - second
roles:
  - do_stuff

Ansible will only execute tasks on of those, I believe it was the top one. 
I have no problems with that after changing inventory to:
[first]
firstserver ansible_ssh_host=example.com ansible_ssh_port=1234
etc,

Don't know if this is expected behaviour, but wanted to inform just in case.
cheers.

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/c79eb8f4-8176-4033-bee5-3d31a6319a77%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to