ansible/v2/samples/test_run_once.yml
2015-03-04 13:52:31 -06:00

7 lines
92 B
YAML

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