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/changelogs/fragments/loop-control-label-template...

6 lines
289 B
YAML

bugfixes:
- loop_control - Catch exceptions when templating label individually for loop
iterations which caused the templating failure as the full
result. This instead only registers the templating exception for a single
loop result (https://github.com/ansible/ansible/issues/48879)