You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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