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 ...!!!!
Mark_Maas
(Mark Maas)
3
Hi Michael,
Do you perhaps have a new link? Github changed it me thinks?
Thanks,
Mark
GW1
(GW)
4
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 …