mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 04:41:27 +00:00
added version to ternary example
This commit is contained in:
@@ -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') }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user