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/handler_race/test_handler_race.yml

11 lines
196 B
YAML

- hosts: all
gather_facts: no
strategy: free
tasks:
- include_role:
name: random_sleep
- include_role:
name: do_handlers
- include_role:
name: more_sleep