Re: [ansible-project] Issue with extra variables in 1.5.4

2014-04-15 Thread Michael DeHaan
This looks to be because the system is able to "early resolve" the variable cluster_name and it tries to do so too soon. Can you make sure there is a bug filed on this in github? Thank you! On Wed, Apr 9, 2014 at 11:50 AM, Stephen Gargan wrote: > I'm seeing an issue with variable substitution

[ansible-project] Issue with extra variables in 1.5.4

2014-04-09 Thread Stephen Gargan
I'm seeing an issue with variable substitution between versions 1.5.3 and 1.5.4. I have an include file that I use to create vm instances, create_instance.yml and a playbook create_cluster.yml that I use to spin up all the instances for the cluster in one go. I have variables in my group_vars