Ansible 8.

This commit is contained in:
Robert de Bock 2023-06-12 09:16:18 +02:00
parent d103de16c3
commit f185186a16
2 changed files with 2 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -4,7 +4,7 @@ minversion = 4.2.4
{% if tox_ansible_versions is defined %} {% if tox_ansible_versions is defined %}
envlist = py{310}-ansible{% raw %}{{% endraw %}{% for version in tox_ansible_versions %}{{ version }}{% if not loop.last %},{% endif %}{% endfor %}{% raw %}}{% endraw %} envlist = py{310}-ansible{% raw %}{{% endraw %}{% for version in tox_ansible_versions %}{{ version }}{% if not loop.last %},{% endif %}{% endfor %}{% raw %}}{% endraw %}
{% else %} {% else %}
envlist = py{310}-ansible{5,6,7} envlist = py{310}-ansible{6,7,8}
{% endif %} {% endif %}
skipsdist = true skipsdist = true
@ -12,9 +12,9 @@ skipsdist = true
[testenv] [testenv]
deps = deps =
-rrequirements.txt -rrequirements.txt
ansible5: ansible == 5.*
ansible6: ansible == 6.* ansible6: ansible == 6.*
ansible7: ansible == 7.* ansible7: ansible == 7.*
ansible5: ansible == 8.*
commands = molecule test commands = molecule test
setenv = setenv =
TOX_ENVNAME={envname} TOX_ENVNAME={envname}