ansible/test/integration/targets/loops/vars/main.yml
Matt Martz 254788bc22
unsafe wrapping should only happen for with_ loops (#64401)
* unsafe wrapping should only happen for with_ lookups. Fixes #64379. Addresses #64169

* edit porting guide entry

* typo in changelog fragment

* typo

Co-Authored-By: Sandra McCann <samccann@redhat.com>

* punctuation

Co-Authored-By: Sandra McCann <samccann@redhat.com>
2019-11-06 10:31:55 -06:00

8 lines
112 B
YAML

---
phrases:
- 'Hello World'
- 'Olá Mundo'
filenames:
- 'data1.txt'
- 'data2.txt'
version_64169: '1.0'