summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handlers/test_handlers_include_role.yml
blob: 77e6b53adae05b38a5162d020a62c5f3cab46e51 (plain)
1
2
3
4
5
6
7
8
- name: verify that play can include handler
  hosts: testhost
  tasks:
    - include_role:
        name: test_handlers_include_role
      with_items:
        - 1
        - 2