15 lines
192 B
YAML
15 lines
192 B
YAML
- hosts: localhost
|
|
vars:
|
|
namn:
|
|
- Knatte
|
|
- Tjatte
|
|
- Fnatte
|
|
- Joakim
|
|
|
|
tasks:
|
|
- name: If-test
|
|
template:
|
|
src: testfil_if.j2
|
|
dest: testfil_if.txt
|
|
|