6.9.1 “with_*” Loops Are Lookups
145
6.9.2 Iteration Over a List with “with_items” or “with_list”
146
6.9.3 Iteration Over a Map with “with_dict”
149
6.9.4 Iteration Over a Generated Sequence with “with_sequence”
149
6.9.5 Looping Over the Combination of Two Lists with “with_nested”
150
6.9.6 Looping Over Two Parallel Lists with “with_together”
151
6.9.7 Nested Loops with “with_subelements”
151
6.9.8 Repeating Tasks with “until”
152
6.9.9 More Control with “loop_control”
154
6.9.10 “register” plus Loop
157