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/lib/ansible/plugins/strategy
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>
2 months ago
..
__init__.py Allow "role_name : " prefix for notifying handler listen topics (#82854) 3 months ago
debug.py Require `from __future__ import annotations` (#81902) 8 months ago
free.py fix handling allow_duplicates with the role cache (#82691) 2 months ago
host_pinned.py Require `from __future__ import annotations` (#81902) 8 months ago
linear.py fix handling allow_duplicates with the role cache (#82691) 2 months ago