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/playbook/role
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 fix handling allow_duplicates with the role cache (#82691) 2 months ago
definition.py Require `from __future__ import annotations` (#81902) 8 months ago
include.py Require `from __future__ import annotations` (#81902) 8 months ago
metadata.py Require `from __future__ import annotations` (#81902) 8 months ago
requirement.py Require `from __future__ import annotations` (#81902) 8 months ago