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_include_role_handler_o...

21 lines
483 B
YAML

- hosts: localhost
gather_facts: false
tasks:
- name: "Call main entry point"
include_role:
name: two_tasks_files_role
- name: "Call main entry point again"
include_role:
name: two_tasks_files_role
- name: "Call other entry point"
include_role:
name: two_tasks_files_role
tasks_from: other
- name: "Call other entry point again"
include_role:
name: two_tasks_files_role
tasks_from: other