summaryrefslogtreecommitdiff
path: root/changelogs/fragments/loop-control-label-template-error.yaml
blob: f8711f8724e379e5f396e8c233f3b8781c08e2f6 (plain)
1
2
3
4
5
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)