From 3c6cc5f7fdc0369143014880bdcbf9a4a54e75d9 Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Thu, 15 Oct 2020 21:21:26 +0200 Subject: [PATCH] Molecule 3.1 needs docker and no MOLECULE_EPHEMERAL_DIRECTORY. --- templates/tox.ini.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/tox.ini.j2 b/templates/tox.ini.j2 index 3bcb479..7e54a27 100644 --- a/templates/tox.ini.j2 +++ b/templates/tox.ini.j2 @@ -14,12 +14,11 @@ deps = previous: ansible>=2.9, <2.10 current: ansible next: git+https://github.com/ansible/ansible.git@devel - molecule[lint]>=3, <4 + molecule[docker]>=3, <4 docker>=4.2, <4.3 commands = molecule test setenv = TOX_ENVNAME={envname} - MOLECULE_EPHEMERAL_DIRECTORY=/tmp/.molecule/{env:image:fedora}-{env:tag:latest}/{envname} PY_COLORS=1 ANSIBLE_FORCE_COLOR=1