ansible/samples/test_play_failure.yml

10 lines
147 B
YAML

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