Ensure that an empty literal list with loop skips the task (#47129)

This commit is contained in:
Matt Martz
2018-10-16 13:35:10 -05:00
committed by GitHub
parent 4fc6ab55aa
commit 02f4d0a57f
3 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- loop - Do not evaluate a empty literal list ``[]`` as falsy, it should instead cause the task to skip ()