ansible-fran-grunden/jinja-loop.yml

15 lines
206 B
YAML

- hosts: localhost
vars:
namn:
- Knatte
- Tjatte
- Fnatte
- Joakim
tasks:
- name: Loop-test
template:
src: testfil_loop.j2
dest: testfil_loop.txt