Commit 39a3d6f5 by Brian Coca

added version to ternary example

parent cbfab13b
......@@ -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') }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment