Thanks Brian On Thu, 8 Jul 2021 at 8:03 PM, Brian Coca <[email protected]> wrote:
> 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 > . > -- Thanks, Charles Daniel -- 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/CAPnV%3DhJd0U4PRbmQofaQ9nprpQ_6-X%2BwcFp00BvHV16MfREXbA%40mail.gmail.com.
