mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Don't ignore a duplicate host for an already processed include (#40361)
* Don't ignore a duplicate host for an already processed include, assume that the repetition indicates a new include. Fixes #40317 * Add intg tests to ensure duplicate items in loop are not deduped * Add note about relative indexing
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
- debug:
|
||||
msg: "item={{ item }}"
|
||||
Reference in New Issue
Block a user