5 lines
100 B
YAML
5 lines
100 B
YAML
|
- hosts: localhost
|
||
|
serial: "{{ testing_omitted_variable | default(omit) }}"
|
||
|
tasks:
|
||
|
- debug:
|