Molecule 3.1 needs docker and no MOLECULE_EPHEMERAL_DIRECTORY.
This commit is contained in:
parent
3d33c56dfa
commit
3c6cc5f7fd
|
|
@ -14,12 +14,11 @@ deps =
|
||||||
previous: ansible>=2.9, <2.10
|
previous: ansible>=2.9, <2.10
|
||||||
current: ansible
|
current: ansible
|
||||||
next: git+https://github.com/ansible/ansible.git@devel
|
next: git+https://github.com/ansible/ansible.git@devel
|
||||||
molecule[lint]>=3, <4
|
molecule[docker]>=3, <4
|
||||||
docker>=4.2, <4.3
|
docker>=4.2, <4.3
|
||||||
commands = molecule test
|
commands = molecule test
|
||||||
setenv =
|
setenv =
|
||||||
TOX_ENVNAME={envname}
|
TOX_ENVNAME={envname}
|
||||||
MOLECULE_EPHEMERAL_DIRECTORY=/tmp/.molecule/{env:image:fedora}-{env:tag:latest}/{envname}
|
|
||||||
PY_COLORS=1
|
PY_COLORS=1
|
||||||
ANSIBLE_FORCE_COLOR=1
|
ANSIBLE_FORCE_COLOR=1
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue