Initial commit
This commit is contained in:
14
jinja-if.yml
Normal file
14
jinja-if.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
- hosts: localhost
|
||||
vars:
|
||||
namn:
|
||||
- Knatte
|
||||
- Tjatte
|
||||
- Fnatte
|
||||
- Joakim
|
||||
|
||||
tasks:
|
||||
- name: If-test
|
||||
template:
|
||||
src: testfil_if.j2
|
||||
dest: testfil_if.txt
|
||||
|
||||
Reference in New Issue
Block a user