ansible/samples/test_run_once.yml

7 lines
92 B
YAML
Raw Normal View History

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