From b0648fda0b0c8305c1d69dd6d00b028531f1ca1d Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 18 Jun 2014 15:27:14 -0500 Subject: [PATCH] Docsite formatting fix. --- docsite/rst/playbooks_variables.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsite/rst/playbooks_variables.rst b/docsite/rst/playbooks_variables.rst index 763e22d7019..d52914af1bf 100644 --- a/docsite/rst/playbooks_variables.rst +++ b/docsite/rst/playbooks_variables.rst @@ -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', '>=') }}