mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
e8cfe05e37
We introduced the new loop keyword as a replacement for with without adding tests that it behaved as we expected. This test asserts that behaviour. Incidentally, it also shows how to use parameters with lookups and loops now.
7 lines
91 B
YAML
7 lines
91 B
YAML
---
|
|
phrases:
|
|
- 'Hello World'
|
|
- 'Olá Mundo'
|
|
filenames:
|
|
- 'data1.txt'
|
|
- 'data2.txt'
|