ansible/changelogs/fragments/te-new-action-until.yml
Matt Martz 5e0c623f38 [stable-2.8] Create new instance of the action plugin per until iteration. Fixes #57886 (#58022)
(cherry picked from commit ffd1171)

Co-authored-by: Matt Martz <matt@sivel.net>
2019-06-20 18:21:53 -07:00

3 lines
155 B
YAML

bugfixes:
- TaskExecutor - Create new instance of the action plugin on each
iteration when using until (https://github.com/ansible/ansible/issues/57886)