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
Sloane Hertel 85697beee0
fix handling allow_duplicates with the role cache (#82691) (#82927)
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

(cherry picked from commit b3d8cdde5d)

Co-authored-by: Martin Krizek <martin.krizek@gmail.com>
2 years ago
..
integration fix handling allow_duplicates with the role cache (#82691) (#82927) 2 years ago
lib/ansible_test [stable-2.16] ansible-test - Fix Alpine libexpat bootstrapping (#82896) 2 years ago
sanity [backport/2.16] Bump Pylint sanity test requirements for 3.12 (#81850) 2 years ago
support [stable-2.16] Fix subversion integration test (#82029) 2 years ago
units Avoid winrm hang on stdin write failure (#82766) (#82782) 2 years ago