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/handlers/test_role_as_handler.yml

12 lines
283 B
YAML

- name: test include_role and import_role cannot be used as handlers
hosts: localhost
gather_facts: false
tasks:
- command: "echo"
notify:
- role_handler
handlers:
- name: role_handler
include_role:
name: doesnotmatter_fails_at_parse_time