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/include_import/roles
Sloane Hertel 666188892e
fix using templated values for include/import role FA (#80320)
* fix using templated values for include/import role options 'public', 'allow_duplicates', and 'rolespec_validate'

* pass templated values without changing the instance

* Fix templating by setting always_post_validate to True and calling IncludeRole.post_validate() instead

ci_complete

* add changelog
2 years ago
..
delegated_handler Ensure handlers have proper parent (#39426) 7 years ago
dup_allowed_role Ensure `allow_duplicates: true` enables to run single role multiple times (#64902) (#65063) 5 years ago
loop_name_assert/tasks Don't pollute include_variables (#54687) 6 years ago
nested FIX: multiple nested tasks include levels (#35165) 7 years ago
nested_include_task FIX: multiple nested tasks include levels (#35165) 7 years ago
role1 import_role - support templating _from_files with --extra-vars (#75269) 3 years ago
role2/tasks Test include role with items in name #36372 (#37001) 7 years ago
role3 Test include role with items in name #36372 (#37001) 7 years ago
role_with_argspec fix using templated values for include/import role FA (#80320) 2 years ago
role_with_deps