diff --git a/templates/SECURITY.md.j2 b/templates/SECURITY.md.j2 index 6f636aa..39b9332 100644 --- a/templates/SECURITY.md.j2 +++ b/templates/SECURITY.md.j2 @@ -9,7 +9,7 @@ These version of [ansible](https://pypi.org/project/ansible/) are supported: | Version | Supported | | ------- | ------------------ | {% if tox_ansible_versions is defined %} -{% for version in tox_ansible_versions %}{{ version }} +{% for version in tox_ansible_versions %} | {{ version }} | :white_check_mark: | {% endfor %} {% else %}