5775739437
Since samples/ is used for v2 testing, it fits better into the existing test/ structure.
6 lines
92 B
YAML
6 lines
92 B
YAML
- hosts: all
|
|
gather_facts: no
|
|
tasks:
|
|
- ping:
|
|
run_once: yes
|
|
- add_host: name=foo
|