From 39a3d6f5eddd606e7265bd1e15e76845743a29cb Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 10 Mar 2015 12:42:22 -0400 Subject: [PATCH] added version to ternary example --- docsite/rst/playbooks_filters.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_filters.rst b/docsite/rst/playbooks_filters.rst index 7b7b7d5cdb..79f7212956 100644 --- a/docsite/rst/playbooks_filters.rst +++ b/docsite/rst/playbooks_filters.rst @@ -299,7 +299,7 @@ Hash types available depend on the master system running ansible, Other Useful Filters -------------------- -To use one value on true and another on false:: +To use one value on true and another on false (since 1.9):: {{ name == "John" | ternary('Mr','Ms') }}