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
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