Fix docs for all test. Fixes #41956 (#41965) (#41980)

(cherry picked from commit 11ce954226)
This commit is contained in:
Matt Martz 2018-07-03 15:19:49 -05:00 committed by Matt Davis
parent c2d905fc11
commit 7a1fa8d363

View file

@ -119,7 +119,7 @@ You can use `any` and `all` to check if any or all elements in a list are true o
vars: vars:
mylist: mylist:
- 1 - 1
- 3 == 3 - "{{ 3 == 3 }}"
- True - True
myotherlist: myotherlist:
- False - False