mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user