6 lines
92 B
YAML
6 lines
92 B
YAML
- hosts: all
|
|
gather_facts: no
|
|
tasks:
|
|
- ping:
|
|
run_once: yes
|
|
- add_host: name=foo
|