summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/handler_race/test_handler_race.yml
blob: ef713829a09b646b04d1094bacf3640f9d364f48 (plain)
1
2
3
4
5
6
7
8
9
10
- hosts: all
  gather_facts: no
  strategy: free
  tasks:
    - include_role:
        name: random_sleep
    - include_role:
        name: do_handlers
    - include_role:
        name: more_sleep