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/tasks
Sloane Hertel b3d8cdde5d
fix handling allow_duplicates with the role cache (#82691)
allow_duplicates is not part of the role uniqueness, so the value on the cached role may not match the current role.

* remove the allow_duplicates check from Role.has_run() which operates on the deduplicated role
* check the current role's allow_duplicates value in the strategy

Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
7 months ago
..
hello
nested
debug_item.yml
task_ansible_loop_index_var.yml
tasks1.yml
tasks2.yml
tasks3.yml
tasks4.yml
tasks5.yml
tasks6.yml
test_allow_single_role_dup.yml
test_dynamic_allow_dup.yml fix handling allow_duplicates with the role cache (#82691) 7 months ago
test_import_tasks.yml
test_import_tasks_tags.yml
test_include_dupe_loop.yml
test_include_tasks.yml
test_include_tasks_tags.yml
test_recursion.yml
test_templating_IncludeRole_FA.yml
validate3.yml
validate_tags.yml