9cfc76a221
Change: Removes with_* loop squashing and tests for 2.11 Test Plan: CI, and grepped for with_items in package manager integration targets. There might be some test cases in collections which need to stop testing this behavior. Signed-off-by: Rick Elrod <rick@elrod.me>
2 lines
224 B
YAML
2 lines
224 B
YAML
removed_features:
|
|
- "`with_*` loops are no longer optimized for modules whose `name` parameters can take lists (mostly package managers). Use `name` instead of looping over individual names with `with_items` and friends."
|