ansible/changelogs/fragments/fix_no_log_loop.yml
Brian Coca 8a61f73098 fix no log templating (#44506) (#51500)
* fix tempating issues with no_log and loops (#44468)

* fix tempating issues with no_log and loops

 - task is no log if any item is
 - added test cases

fixes #43294

(cherry picked from commit bda074d34e)

* use play context to avoid bug when jinja2+py3

(cherry picked from commit b0678e71a8)
2019-02-18 08:41:37 -08:00

2 lines
107 B
YAML

bugfixes:
- always correctly template no log for tasks https://github.com/ansible/ansible/issues/43294