Enable next again and update to ansible-2.10!

This commit is contained in:
Robert de Bock 2020-09-24 09:26:20 +02:00
parent e28e4cd98c
commit c9d3027893
1 changed files with 3 additions and 7 deletions

View File

@ -3,19 +3,15 @@
minversion = 3.7
{% if tox_versions is defined %}
envlist = py{38}-ansible-{% raw %}{{% endraw %}{% for version in tox_versions %}{{ version }}{% if not loop.last %},{% endif %}{% endfor %}{% raw %}}{% endraw %}
{% else %}
# Disabled "next" because of:
# https://github.com/ansible-community/molecule/issues/2626.
# envlist = py{38}-ansible-{previous,current,next}
envlist = py{38}-ansible-{previous,current}
envlist = py{38}-ansible-{previous,current,next}
{% endif %}
skipsdist = true
[testenv]
deps =
previous: ansible>=2.8, <2.9
current: ansible>=2.9
previous: ansible>=2.9, <2.10
current: ansible
next: git+https://github.com/ansible/ansible.git@devel
molecule[lint]>=3, <4
docker>=4.2, <4.3