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
Brian Coca 9a4bc7e7b3
Restore import_role variable exporting behavior (#81840)
* Import role public (#81772)

revert to previous behavior to push vars to play at compile time
add `public` parameter to allow per import control of exporting (vs just the global config)

Co-authored-by: tchernomax <maxime.deroucy@gmail.com>
Co-authored-by: Sloane Hertel <19572925+s-hertel@users.noreply.github.com>
(cherry picked from commit ab6a544e86)

* adapted to prev version

 - removed new functionality
 - restored global config functioning overriding specific public option

* remove typoe

* quote it
2 years ago
..
roles Only mark a role as complete once a task in it executes for the target host (#81565) 2 years ago
tasks avoid roles exporting vars: (#69040) 3 years ago
vars avoid roles exporting vars: (#69040) 3 years ago
47023.yml compile role with all parents in the dep chain (#79079) 3 years ago
aliases Re-organize CI test groups for POSIX tests. (#77420) 3 years ago
allowed_dupes.yml
data_integrity.yml only add data when there is data to add (#54559) 5 years ago
dupe_inheritance.yml Always create new role (#78661) 3 years ago
no_dupes.yml Add a test for deduplicating dependencies with include_role (#75259) 5 years ago
no_outside.yml Restrict role loading .. to role ... (#77683) 4 years ago
role_complete.yml Only mark a role as complete once a task in it executes for the target host (#81565) 2 years ago
role_dep_chain.yml compile role with all parents in the dep chain (#79079) 3 years ago
runme.sh Only mark a role as complete once a task in it executes for the target host (#81565) 2 years ago
vars_scope.yml Restore import_role variable exporting behavior (#81840) 2 years ago