1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/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