I'm saying this works for top level playbooks, and that facts are not erased between includes:
# site.yml - hosts: all gather_facts: yes tasks: [] - include: webserver_plays.yml - include: dbserver_plays.yml On Tue, Mar 4, 2014 at 8:51 AM, Brian Coca <[email protected]> wrote: > er ... no ... you lost me here. > > >They would if the first play was an empty fact gathering play. > > > >(I understand what you are getting at with not having one) > > -- > 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/CADn%2BHsxa9%3Dq1_dPZN_mr39T0VagY8QGt-oFJQuZDqMsXOwO9vA%40mail.gmail.com<https://groups.google.com/d/msgid/ansible-project/CADn%2BHsxa9%3Dq1_dPZN_mr39T0VagY8QGt-oFJQuZDqMsXOwO9vA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/groups/opt_out. > -- 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/CAEVJ8QOuTOoM8jzRXq_gLL7TS%2BJ%2BFiWbhnaOO-vhVbQKwcmkbg%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
