From c5e6227bdb56c790a0cf0d04fe65a5828048e880 Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Tue, 30 Sep 2025 08:19:10 -0700 Subject: [PATCH] falsy: Update doc (#85913) Signed-off-by: Abhijeet Kasurde --- lib/ansible/plugins/test/falsy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/test/falsy.yml b/lib/ansible/plugins/test/falsy.yml index 9747f7d51f6..2579b559d78 100644 --- a/lib/ansible/plugins/test/falsy.yml +++ b/lib/ansible/plugins/test/falsy.yml @@ -5,7 +5,7 @@ DOCUMENTATION: short_description: Pythonic false description: - This check is a more Python version of what is 'false'. - - It is the opposite of 'truthy'. + - It is the opposite of P(ansible.builtin.truthy#test). options: _input: description: An expression that can be expressed in a boolean context.