In my main playbooks I define a global variable named "dns_type", used in 
multiple roles. It's simply defined like this:

vars:
    dns_type: "CNAME"

This worked fine up to 1.5.3.

In 1.5.4, this variable turns up empty when I try to use it in a role. If I 
rename it to "dnstype" or "dns_foo", it works fine. Seems like an oddly 
specific issue, and I haven't found anything in Ansible that uses this 
particular name.

-- 
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/1b014a13-dc9d-49f2-8692-0c85a12596cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to