7 lines
103 B
YAML
7 lines
103 B
YAML
|
- hosts: localhost
|
||
|
gather_facts: false
|
||
|
tasks:
|
||
|
- debug:
|
||
|
vars:
|
||
|
mytest: '{{ und }}'
|