Less words, more value.

This commit is contained in:
Robert de Bock 2020-09-28 16:08:04 +02:00
parent 692ba94748
commit 2f61c25b72
1 changed files with 2 additions and 2 deletions

View File

@ -74,9 +74,9 @@ This role has been tested on these [container images](https://hub.docker.com/u/r
|{{ platform.name | lower }}|{% for version in platform.versions %}{{ version }}{% if not loop.last %}, {% endif %}{% endfor %}| |{{ platform.name | lower }}|{% for version in platform.versions %}{{ version }}{% if not loop.last %}, {% endif %}{% endfor %}|
{% endfor %} {% endfor %}
The minimum version of Ansible required is {{ meta.galaxy_info.min_ansible_version }} but tests have been done to: The minimum version of Ansible required is {{ meta.galaxy_info.min_ansible_version }}, tests have been done to:
- The previous version, on version lower. - The previous version.
- The current version. - The current version.
- The development version. - The development version.