diff --git a/README.md b/README.md index 7a98913..32a01e8 100644 --- a/README.md +++ b/README.md @@ -80,12 +80,10 @@ This role has been tested on these [container images](https://hub.docker.com/): This role has been tested on these Ansible versions: -- ansible~=2.8 -- ansible~=2.9 +- ansible>=2.8, <2.9 +- ansible>=2.9 - git+https://github.com/ansible/ansible.git@devel -The indicator '\~=' means [compatible with](https://www.python.org/dev/peps/pep-0440/#compatible-release). For example 'ansible\~=2.8' would pick the latest ansible-2.8, for example ansible-2.8.6. - Exceptions ---------- diff --git a/tox.ini b/tox.ini index 3af9a8d..f1cb9a1 100644 --- a/tox.ini +++ b/tox.ini @@ -15,4 +15,5 @@ commands = setenv = TOX_ENVNAME={envname} MOLECULE_EPHEMERAL_DIRECTORY=/tmp/.molecule/{env:image:fedora}-{env:tag:latest}/{envname} + passenv = namespace image tag