On Friday, December 13, 2013 9:46:51 AM UTC-7, Michael DeHaan wrote: > > When ansible gets a list of lists, with_items will talk over them all as > one list. > > This is so you can install packages from multiple lists in one > transaction, which is a very common use case. > > You can also walk over a list of hashes and it won't compress them. >
ok, in other words it's a "feature not a bug" :) got it. May I suggest mentioning it in docs for loops and "with_items" ? And double-bracketing trick would be useful to know upfront ;) -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
