diff --git a/docs/docsite/rst/user_guide/playbooks_tests.rst b/docs/docsite/rst/user_guide/playbooks_tests.rst index aa0ae6233c..af9887b80a 100644 --- a/docs/docsite/rst/user_guide/playbooks_tests.rst +++ b/docs/docsite/rst/user_guide/playbooks_tests.rst @@ -119,7 +119,7 @@ You can use `any` and `all` to check if any or all elements in a list are true o vars: mylist: - 1 - - 3 == 3 + - "{{ 3 == 3 }}" - True myotherlist: - False