no need for dummy, just use hostvars[<host that has var>][<varname>]
if you set the vars on a group you can hostvars[group[<groupname>][0]][<varname>] ( 0 is 'first host in group, but you can use random index <= # of hosts in group) -- ---------- Brian Coca -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CACVha7dsNdHk%3DF0xiML8NWPohzq0aAvsPeK801jCz5Ft-S1Oow%40mail.gmail.com.
