community.general/test/integration/targets/handlers/test_handlers_inexistent_no...

11 lines
229 B
YAML

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