Ability to do nested loops now in 1.1

Here's an example of a new nested loop feature I just coded up.

https://github.com/ansible/ansible/blob/devel/examples/playbooks/loop_nested.yml

Notice how the "$item" returned is actually a multiple item list.

Three items of three gives you 27 different tuples, the results of
talking over each list in turn.

oooooh, I already have 10 ways to abuse this ...!!!!

Hi Michael,

Do you perhaps have a new link? Github changed it me thinks?

Thanks,
Mark

Hi,

If you would look at the README in this folder, you would find out that all examples moved to https://github.com/ansible/ansible-examples/blob/master/language_features/loop_nested.yml

Greetings,
gw

it is almost the same way i implemented hashes in bash …