No "next" for a while: couldn't resolve module/action 'docker_container'

This commit is contained in:
Robert de Bock 2020-10-15 21:22:54 +02:00
parent 3c6cc5f7fd
commit aa5dd3cb91
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ 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 %}
envlist = py{38}-ansible-{previous,current,next}
envlist = py{38}-ansible-{previous,current}
{% endif %}
skipsdist = true