Commit b0648fda by Michael DeHaan Committed by Matt Martz

Docsite formatting fix.

parent 5de34fca
......@@ -216,9 +216,9 @@ Version Comparison Filters
.. versionadded:: 1.6
To compare a version number, such as checking if the ``ansible_distribution_version``
version is greater than or equal to '12.04', you can use the ``version_compare`` filter::
version is greater than or equal to '12.04', you can use the ``version_compare`` filter.
The `version_compare` filter can also be used to evaluate the `ansible_distribution_version`::
The ``version_compare`` filter can also be used to evaluate the ``ansible_distribution_version``::
{{ ansible_distribution_version | version_compare('12.04', '>=') }}
......
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