mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
parent
15ce7c5bab
commit
11ce954226
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue