mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
minor accuracy fix
Don't round the parameter 12.04 in the explanatory paragraph unless `version()` rounds the parameter (cherry picked from commit 5cf544e03e5f833e1614fa940849976550d55448)
This commit is contained in:
parent
7544c59a23
commit
56967497d5
1 changed files with 1 additions and 1 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Reference in a new issue