From 7aa53505900c7f4131bf911e8bdaf1c1e32a6516 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Wed, 8 Mar 2023 16:43:02 +0100 Subject: [PATCH] Fix for SECURITY.md --- templates/SECURITY.md.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}