ansible/test/integration/targets/handlers/test_handlers_inexistent_notify.yml

12 lines
249 B
YAML
Raw Normal View History

2016-12-25 12:14:25 +01:00
---
- 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