I understand that, it is not the problem. Consider my site.yml which has 23 different plays. To run with the new behavior I gather facts 23 times.
If I change my included plays to gather_facts: false to avoid this, I cannot run them individually anymore if they need facts (most of them do). On Tue, Mar 4, 2014 at 8:54 AM, Michael DeHaan <[email protected]> wrote: > 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<https://groups.google.com/d/msgid/ansible-project/CAEVJ8QOuTOoM8jzRXq_gLL7TS%2BJ%2BFiWbhnaOO-vhVbQKwcmkbg%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/groups/opt_out. > -- Brian Coca Stultorum infinitus est numerus 0110000101110010011001010110111000100111011101000010000001111001011011110111010100100000011100110110110101100001011100100111010000100001 Pedo mellon a minno -- 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%2BHsy3-QXzTQhe5VRZ-TCxxpydYVWX02T%3DziMHhpfQTnVMeA%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
