You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/samples/test_fact_gather.yml

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"