ansible/test/integration/targets/handlers/test_handlers_inexistent_notify.yml
2017-01-03 15:00:00 -08:00

11 lines
249 B
YAML

---
- name: notify inexistent handler
hosts: localhost
gather_facts: false
connection: local
tasks:
- name: test notify an inexistent handler
command: uptime
notify:
- notify_inexistent_handler
register: result