summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/test_handlers_inexistent_notify.yml
blob: 15de38aa358dd294586b318549a9f63ae35309ba (plain)
1
2
3
4
5
6
7
8
9
10
---
- name: notify inexistent handler
  hosts: localhost
  gather_facts: false
  tasks:
    - name: test notify an inexistent handler
      command: uptime
      notify:
        - notify_inexistent_handler
      register: result