1- name: verify that play can include handler
2  hosts: testhost
3  tasks:
4    - include_role:
5        name: test_handlers_include_role
6      with_items:
7        - 1
8        - 2
9