
Fix mismatch in expected loop functionality in inspection rules. Related-Change: https://review.opendev.org/c/openstack/ironic/+/939217 Change-Id: Ibd6c697387d4b083673a5a522e162d5b12c6e1ad
8 lines
267 B
YAML
8 lines
267 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes loop functionality to align more closely with the spec where,
|
|
with `loop` present, `args` reference loop items using '{item}'
|
|
placeholder to support direct array iteration; plus,
|
|
separately handle list and dict loop item types.
|