From 6aaec0619652f73e19ea305b7e535aa67d8ea0bb Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Mon, 27 Nov 2023 08:32:54 +0100 Subject: [PATCH] Ansible 9. --- templates/tox.ini.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/tox.ini.j2 b/templates/tox.ini.j2 index 6f3419a..76db5cc 100644 --- a/templates/tox.ini.j2 +++ b/templates/tox.ini.j2 @@ -4,10 +4,10 @@ minversion = 4.2.4 {% if tox_ansible_versions is defined %} envlist = py3-ansible{% raw %}{{% endraw %}{% for version in tox_ansible_versions %}{{ version }}{% if not loop.last %},{% endif %}{% endfor %}{% raw %}}{% endraw %} {% else %} -# Ansible 6 and 7 are disabled, causing issues with Fedora: +# Ansible 7 is disabled, causing issues with Fedora: # https://github.com/ansible/ansible/issues/81199#event-9773321055 -# envlist = py3-ansible{6,7,8} -envlist = py3-ansible{8} +# envlist = py3-ansible{7,8,9} +envlist = py3-ansible{8,9} {% endif %} skipsdist = true @@ -15,9 +15,9 @@ skipsdist = true [testenv] deps = -rrequirements.txt - ansible6: ansible == 6.* ansible7: ansible == 7.* ansible8: ansible == 8.* + ansible9: ansible == 9.* commands = molecule test setenv = TOX_ENVNAME={envname}