Interesting Uses of Ansible’s ternary filter
Some time ago I discovered an interesting use of the ternary-filter in Ansible. A ternary-filter in Ansible is a filter that takes three arguments: a condition, a value if the condition is true and an alternative value if the condition is false.
Here’s a simple example straight from Ansible …
more ...