fix description of truthy test (#85911)

There's a "not" too much here.

Maybe further examples can be found.

(cherry picked from commit eafa139f77)
pull/85950/head
Luca Steinke 2 months ago committed by Matt Martz
parent 48ef23fe4f
commit 418746dcfc
No known key found for this signature in database
GPG Key ID: 40832D88E9FC91D8

@ -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