fix description of truthy test (#85911)

There's a "not" too much here.

Maybe further examples can be found.
pull/85381/head
Luca Steinke 2 months ago committed by GitHub
parent c6d8d206af
commit eafa139f77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -20,5 +20,5 @@ EXAMPLES: |
thisisfalse: '{{ "" is truthy }}'
RETURN:
_value:
description: Returns V(True) if the condition is not "Python truthy", V(False) otherwise.
description: Returns V(True) if the condition is "Python truthy", V(False) otherwise.
type: boolean

Loading…
Cancel
Save