ansible/changelogs/fragments/debug_loop_changed.yaml
James Cassell bfd32c9b00 clean "changed" only after it has been processed (#59958)
* clean "changed" after it has been processed

without this change, a loop of `debug` tasks with `changed_when`
causes the "changed" status to get lost before output

* runme.sh tests for debug loop status
2019-10-10 18:24:31 -04:00

4 lines
137 B
YAML

bugfixes:
- debug - fixed an issue introduced in Ansible 2.4 where a loop of debug tasks
would lose the "changed" status on each item.