Files
ansible-fran-grunden/jinja-loop.yml
2022-06-26 19:46:33 +02:00

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