mirror of
https://github.com/ansible/ansible.git
synced 2026-08-02 00:22:14 +02:00
@@ -19,7 +19,7 @@ DOCUMENTATION:
|
|||||||
required: True
|
required: True
|
||||||
EXAMPLES: |
|
EXAMPLES: |
|
||||||
big: [1,2,3,4,5]
|
big: [1,2,3,4,5]
|
||||||
sml: [3,4]
|
small: [3,4]
|
||||||
issmallinbig: '{{ small is subset(big) }}'
|
issmallinbig: '{{ small is subset(big) }}'
|
||||||
RETURN:
|
RETURN:
|
||||||
_value:
|
_value:
|
||||||
|
|||||||
Reference in New Issue
Block a user