Skip to content

Commit

Permalink
minor accuracy fix
Browse files Browse the repository at this point in the history
Don't round the parameter 12.04 in the explanatory paragraph unless `version()` rounds the parameter
  • Loading branch information
TheAtomicOption committed Dec 5, 2017
1 parent 0b823e3 commit 5cf544e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docsite/rst/playbooks_tests.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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::

Expand Down

0 comments on commit 5cf544e

Please sign in to comment.