minor accuracy fix

Don't round the parameter 12.04 in the explanatory paragraph unless `version()` rounds the parameter
This commit is contained in:
Benn Roth 2017-12-05 10:29:28 -08:00 committed by GitHub
parent 0b823e3fe0
commit 5cf544e03e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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::