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/roles
Sloane Hertel a452c53375
import_role - allow subdirectories with _from options (#82642)
* Allow subdirectories with import_role _from options

Add tests that tasks_from is restricted to the role

Note that a task like:

- import_role:
    name: role
    tasks_from: tasks/entrypoint.yml

will now load tasks from "{{ role_path }}/tasks/tasks/entrypoint.yml"
instead of "{{ role_path }}/tasks/entrypoint.yml". This change in
behavior matches include_role.

* better test case (filename doesn't match one in tasks/)

Fixes #82584
9 months ago
..
roles import_role - allow subdirectories with _from options (#82642) 9 months ago
tasks avoid roles exporting vars: (#69040) 2 years ago
vars Role fixes (#82339) 10 months ago
47023.yml compile role with all parents in the dep chain (#79079) 2 years ago
aliases Re-organize CI test groups for POSIX tests. (#77420) 2 years ago
allowed_dupes.yml
data_integrity.yml
dupe_inheritance.yml Always create new role (#78661) 2 years ago
no_dupes.yml
no_outside.yml
no_outside_import.yml import_role - allow subdirectories with _from options (#82642) 9 months ago
privacy.yml Role fixes (#82339) 10 months ago
role_complete.yml Only mark a role as complete once a task in it executes for the target host (#81565) 1 year ago
role_dep_chain.yml compile role with all parents in the dep chain (#79079) 2 years ago
runme.sh import_role - allow subdirectories with _from options (#82642) 9 months ago
test_subdirs.yml import_role - allow subdirectories with _from options (#82642) 9 months ago
vars_scope.yml Import role public (#81772) 1 year ago