ansible/changelogs/fragments/fix_no_log_loop.yml
Brian Coca bda074d34e
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
2018-08-21 21:53:56 -04:00

2 lines
107 B
YAML

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