ansible/test/integration/targets/handlers/test_handlers_inexistent_notify.yml
2019-03-12 00:00:32 -07:00

10 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