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
This commit is contained in:
Brian Coca
2018-08-21 21:53:56 -04:00
committed by GitHub
parent 6982dfc756
commit bda074d34e
5 changed files with 46 additions and 4 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- always correctly template no log for tasks https://github.com/ansible/ansible/issues/43294