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

8 lines
153 B
YAML

- hosts: localhost
tasks:
- debug: msg="this is play 1"
- hosts: localhost
tasks:
- debug: msg="this is play 2, facts should not have gathered"