ansible/samples/test_run_once.yml
2015-05-03 21:47:26 -05:00

7 lines
92 B
YAML

- hosts: all
gather_facts: no
tasks:
- ping:
run_once: yes
- add_host: name=foo