No "next" for a while: couldn't resolve module/action 'docker_container'
This commit is contained in:
parent
3c6cc5f7fd
commit
aa5dd3cb91
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue