On 03.01.17 16:55 Johannes Kastl wrote:
> How should the syntax be to achieve readability and correct looping?
I answer myself, seems I had a typo in there somewhere.
This works:
###############################
- name: "Some task with_nested"
...
with_nested:
- "{{ first_variable }}"
- [
".config/",
".config/autostart-scripts/",
".config/plasma-workspace/",
".config/plasma-workspace/shutdown/"
]
###############################
Thanks for listening ;-)
Johannes