Ansible 10.

This commit is contained in:
Robert de Bock 2024-06-10 20:41:58 +02:00
parent a3ff4a0ee5
commit 0caad4d975
1 changed files with 3 additions and 5 deletions

View File

@ -4,10 +4,7 @@ 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 7 is disabled, causing issues with Fedora:
# https://github.com/ansible/ansible/issues/81199#event-9773321055
# envlist = py3-ansible{7,8,9}
envlist = py3-ansible{8,9}
envlist = py3-ansible{8,9,10}
{% endif %}
skipsdist = true
@ -15,9 +12,10 @@ skipsdist = true
[testenv]
deps =
-rrequirements.txt
ansible7: ansible == 7.*
ansible8: ansible == 8.*
ansible9: ansible == 9.*
ansible10: ansible == 10.*
commands = molecule test
setenv =
TOX_ENVNAME={envname}