mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
5 lines
99 B
YAML
5 lines
99 B
YAML
- hosts: testhost
|
|
serial: "{{ testing_omitted_variable | default(omit) }}"
|
|
tasks:
|
|
- debug:
|