added version to ternary example

pull/10217/merge
Brian Coca 11 years ago
parent cbfab13b89
commit 39a3d6f5ed

@ -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') }}

Loading…
Cancel
Save