summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBenn Roth <TheAtomicOption@users.noreply.github.com>2017-12-05 10:29:28 -0800
committerBrian Coca <bcoca@users.noreply.github.com>2018-04-27 11:56:09 -0400
commit515bb78ee1a6f153cae80e7dd47880bbe149c51d (patch)
tree14c5de7f3fc61718c4e1f66c4f532c3ca70f3d00 /docs
parentf77f605115cb6a56faccacec9113db4f208f7b90 (diff)
downloadansible-515bb78ee1a6f153cae80e7dd47880bbe149c51d.tar.gz
minor accuracy fix
Don't round the parameter 12.04 in the explanatory paragraph unless `version()` rounds the parameter (cherry picked from commit 5cf544e03e5f833e1614fa940849976550d55448) (cherry picked from commit 56967497d57abbf6ea62515b1776f1180072d274)
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/user_guide/playbooks_tests.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/user_guide/playbooks_tests.rst b/docs/docsite/rst/user_guide/playbooks_tests.rst
index 3d13856b1d..aa0ae6233c 100644
--- a/docs/docsite/rst/user_guide/playbooks_tests.rst
+++ b/docs/docsite/rst/user_guide/playbooks_tests.rst
@@ -74,7 +74,7 @@ The ``version`` test can also be used to evaluate the ``ansible_distribution_ver
{{ ansible_distribution_version is version('12.04', '>=') }}
-If ``ansible_distribution_version`` is greater than or equal to 12, this test returns True, otherwise False.
+If ``ansible_distribution_version`` is greater than or equal to 12.04, this test returns True, otherwise False.
The ``version`` test accepts the following operators::