samples/test_play_failure.yml
8fae2abe
 - hosts: localhost
   gather_facts: no
   tasks:
   - fail:
 
 - hosts: localhost
   gather_facts: no
   tasks:
   - debug: msg="you should not see me..."