summaryrefslogtreecommitdiff
path: root/samples/test_play_failure.yml
blob: b33fc2e757cd05599d3eae6a7f9af2db7d5422fe (plain)
1
2
3
4
5
6
7
8
9
- hosts: localhost
  gather_facts: no
  tasks:
  - fail:

- hosts: localhost
  gather_facts: no
  tasks:
  - debug: msg="you should not see me..."